Skip to content

Commit b234cfd

Browse files
authored
Update release.yml (#305)
* Update release.yml Signed-off-by: Pablo Garay <[email protected]> * Update package_info.py Signed-off-by: Pablo Garay <[email protected]> --------- Signed-off-by: Pablo Garay <[email protected]>
1 parent ddb1c4b commit b234cfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
description: Branch to target for version bump
3232
jobs:
3333
release:
34-
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.22.6
34+
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.40.0
3535
with:
3636
release-ref: ${{ inputs.release-ref }}
3737
python-package: nemo_run

nemo_run/package_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
from packaging.version import Version
1515

16-
__version__ = "0.5.0rc0.dev0"
16+
__version__ = "0.5.0"
1717

1818
MAJOR = Version(__version__).major
1919
MINOR = Version(__version__).minor

0 commit comments

Comments
 (0)