Skip to content

Commit 40ab3ed

Browse files
[🤖]: Howdy folks, let's bump to 0.7.0rc2.dev0 ! (#559)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ko3n1g <16716991+ko3n1g@users.noreply.github.com>
1 parent c3ebcb5 commit 40ab3ed

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 = "rc1"
20-
DEV = "dev1"
19+
PRE_RELEASE = 'rc2'
20+
DEV = 'dev0'
2121

2222
# Use the following formatting: (major, minor, patch, pre-release)
2323
VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE, DEV)

0 commit comments

Comments
 (0)