Skip to content

Commit

Permalink
Update package_info.py (#11693)
Browse files Browse the repository at this point in the history
Signed-off-by: oliver könig <[email protected]>
  • Loading branch information
ko3n1g authored Dec 20, 2024
1 parent 49761f5 commit 8ef78a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
MAJOR = 2
MINOR = 1
PATCH = 0
PRE_RELEASE = 'rc1'
PRE_RELEASE = 'rc2'

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

0 comments on commit 8ef78a7

Please sign in to comment.