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