Skip to content

Commit 4f25a91

Browse files
authored
chore: Update package_info.py
Signed-off-by: oliver könig <[email protected]>
1 parent 5a3c047 commit 4f25a91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nemo_curator/package_info.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
MAJOR = 0
1717
MINOR = 6
1818
PATCH = 0
19-
PRE_RELEASE = "rc2"
20-
DEV = "dev1"
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)