We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd7b6e commit f0a761cCopy full SHA for f0a761c
1 file changed
nemo_curator/package_info.py
@@ -16,8 +16,8 @@
16
MAJOR = 1
17
MINOR = 0
18
PATCH = 0
19
-PRE_RELEASE = "rc0"
20
-DEV = "dev0"
+PRE_RELEASE = ""
+DEV = ""
21
22
# Use the following formatting: (major, minor, patch, pre-release)
23
VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE, DEV)
0 commit comments