Skip to content

Commit 0acc240

Browse files
committed
Merge branch 'update_version' into 'core_r0.5.0'
Update 0.5.0 version in package info See merge request ADLR/megatron-lm!1158
2 parents cc53104 + f02abac commit 0acc240

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 = 5
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)