Skip to content

Commit 414127f

Browse files
authored
Change to v0.1.1 release version (#509)
Signed-off-by: Brian Yu <bxyu@nvidia.com>
1 parent 989eb53 commit 414127f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

nemo_gym/package_info.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616

1717
MAJOR = 0
18-
MINOR = 2
19-
PATCH = 0
20-
PRE_RELEASE = "rc0"
18+
MINOR = 1
19+
PATCH = 1
20+
PRE_RELEASE = ""
2121

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

0 commit comments

Comments
 (0)