Skip to content

Commit 1afee59

Browse files
committed
chore: Fix version number
Signed-off-by: Oliver Koenig <[email protected]>
1 parent 26932dc commit 1afee59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)