Skip to content

Commit 27d0af9

Browse files
authored
chore: 0.3.0 -> 0.3.1 (#825)
Signed-off-by: Terry Kong <[email protected]>
1 parent 40cb913 commit 27d0af9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/versions1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"preferred": true,
4-
"version": "0.3.0",
5-
"url": "../0.3.0"
4+
"version": "0.3.1",
5+
"url": "../0.3.1"
66
}
77
]

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

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

0 commit comments

Comments
 (0)