Skip to content

Commit cf12d34

Browse files
authored
Publish 0.8.0 (#703)
* Publish 0.8.0 Signed-off-by: Charlie Truong <[email protected]> * format file Signed-off-by: Charlie Truong <[email protected]> --------- Signed-off-by: Charlie Truong <[email protected]>
1 parent bfdc9e6 commit cf12d34

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 = 0
1717
MINOR = 8
1818
PATCH = 0
19-
PRE_RELEASE = 'rc4'
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)