Skip to content

Commit 0fbfe7d

Browse files
authored
Update PATCH version to 0.4.0 (#3362)
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent 68ac557 commit 0fbfe7d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
NVIDIA_MANAGEMENT_ORG_PAT: ${{ secrets.NVIDIA_MANAGEMENT_ORG_PAT }}
6868

6969
release:
70-
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.92.0
70+
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.93.0
7171
needs: [pre-flight]
7272
with:
7373
release-ref: ${{ inputs.release-ref || github.sha }}

src/megatron/bridge/package_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
MAJOR = 0
1717
MINOR = 4
18-
PATCH = 1
18+
PATCH = 0
1919
PRE_RELEASE = ""
2020

2121
# Use the following formatting: (major, minor, patch, pre-release)

0 commit comments

Comments
 (0)