Skip to content

Commit ed6752a

Browse files
authored
Bump package info for v0.2.0 (#337)
Signed-off-by: Brian Yu <[email protected]>
1 parent 5b3cd28 commit ed6752a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nemo_gym/package_info.py

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

1616

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

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

0 commit comments

Comments
 (0)