Skip to content

Commit 4666de7

Browse files
committed
chore: Version bump 0.16.0
Signed-off-by: oliver könig <[email protected]>
1 parent 950aa43 commit 4666de7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

megatron/core/distributed/fsdp/src/megatron_fsdp/package_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33

44
MAJOR = 0
5-
MINOR = 1
5+
MINOR = 2
66
PATCH = 0
7-
PRE_RELEASE = 'rc6'
7+
PRE_RELEASE = '0'
88

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

megatron/core/package_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33

44
MAJOR = 0
5-
MINOR = 15
5+
MINOR = 16
66
PATCH = 0
7-
PRE_RELEASE = 'rc8'
7+
PRE_RELEASE = 'rc0'
88

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

0 commit comments

Comments
 (0)