Skip to content

Commit 1afee59

Browse files
committed
chore: Fix version number
Signed-off-by: Oliver Koenig <okoenig@nvidia.com>
1 parent 26932dc commit 1afee59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

megatron/core/package_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
MAJOR = 0
55
MINOR = 9
66
PATCH = 0
7-
PRE_RELEASE = 'rc0'
7+
PRE_RELEASE = ''
88

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

0 commit comments

Comments
 (0)