Skip to content

Commit fbe85c5

Browse files
committed
chore: bump to 0.1.1
Signed-off-by: Terry Kong <terryk@nvidia.com>
1 parent bd7e4b0 commit fbe85c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nemo_reinforcer/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 = 1
18-
PATCH = 0
18+
PATCH = 1
1919
PRE_RELEASE = ""
2020

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nemo-reinforcer"
7-
version = "0.0.1"
7+
version = "0.1.1"
88
description = "Nemo-Reinforcer: A Scalable and Efficient Post-Training Library for Models Ranging from 1 GPU to 1000s, and from Tiny to >100B Parameters"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)