Skip to content

Commit f207c99

Browse files
authored
chore: Release 0.7.0 (#588)
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent cb74281 commit f207c99

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 = 7
1818
PATCH = 0
19-
PRE_RELEASE = "rc3"
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)