Skip to content

Commit 3b8b70e

Browse files
committed
update package info
Signed-off-by: Gerald Shen <[email protected]>
1 parent e5b3ad3 commit 3b8b70e

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
@@ -14,9 +14,9 @@
1414

1515

1616
MAJOR = 0
17-
MINOR = 1
17+
MINOR = 2
1818
PATCH = 0
19-
PRE_RELEASE = "rc0"
19+
PRE_RELEASE = ""
2020

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

0 commit comments

Comments
 (0)