Skip to content

Commit 7812b62

Browse files
authored
ci: Update final release version (#1540)
Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com>
1 parent 22486ff commit 7812b62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nemo_curator/package_info.py

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

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

0 commit comments

Comments
 (0)