Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 0d72d28

Browse files
authored
chore: Release 0.7.0 (#532)
2 parents 54d94d5 + 79d4905 commit 0d72d28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nemo_aligner/package_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
MAJOR = 0
1717
MINOR = 7
1818
PATCH = 0
19-
PRE_RELEASE = "rc1"
20-
DEV = "dev0"
19+
PRE_RELEASE = ""
20+
DEV = ""
2121

2222
# Use the following formatting: (major, minor, patch, pre-release, dev)
2323
VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE, DEV)

0 commit comments

Comments
 (0)