From b569cfc6cdb5fc0a94e37dec333d4b6e6a16e523 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 20 Mar 2026 21:15:50 +0000 Subject: [PATCH] =?UTF-8?q?beep=20boop=20=F0=9F=A4=96:=20Bumping=20version?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../core/distributed/fsdp/src/megatron_fsdp/package_info.py | 2 +- megatron/core/package_info.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/megatron/core/distributed/fsdp/src/megatron_fsdp/package_info.py b/megatron/core/distributed/fsdp/src/megatron_fsdp/package_info.py index c696b00bff8..8b245813ff0 100644 --- a/megatron/core/distributed/fsdp/src/megatron_fsdp/package_info.py +++ b/megatron/core/distributed/fsdp/src/megatron_fsdp/package_info.py @@ -3,7 +3,7 @@ MAJOR = 0 MINOR = 3 -PATCH = 1 +PATCH = 2 PRE_RELEASE = "" # Use the following formatting: (major, minor, patch, pre-release) diff --git a/megatron/core/package_info.py b/megatron/core/package_info.py index 7cb28084516..3273478be46 100644 --- a/megatron/core/package_info.py +++ b/megatron/core/package_info.py @@ -3,7 +3,7 @@ MAJOR = 0 MINOR = 16 -PATCH = 1 +PATCH = 2 PRE_RELEASE = "" # Use the following formatting: (major, minor, patch, pre-release)