Skip to content

Commit 906c222

Browse files
ci: increment version (#79)
1 parent 5be9686 commit 906c222

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ If you use Jumanji in your work, please cite the library using:
211211
and Laurence Midgley and Shikha Surana and Cemlyn Waters and Alexandre Laterre},
212212
title = {Jumanji: a Suite of Diverse and Challenging Reinforcement Learning Environments in JAX},
213213
url = {https://github.com/instadeepai/jumanji},
214-
version = {0.2.0},
214+
version = {0.2.1},
215215
year = {2023},
216216
}
217217
```

jumanji/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.2.0"
15+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)