Skip to content

Commit 2b03b74

Browse files
authored
Publish 2.3.0 (#13506)
Signed-off-by: Charlie Truong <[email protected]>
1 parent ae95ffb commit 2b03b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemo/package_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
MAJOR = 2
1717
MINOR = 3
1818
PATCH = 0
19-
PRE_RELEASE = 'rc5'
19+
PRE_RELEASE = ''
2020

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

0 commit comments

Comments
 (0)