Skip to content

Commit

Permalink
feat: increment semantic release (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-bonnet committed Feb 20, 2023
1 parent 1898254 commit 119a4ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ If you use Jumanji in your work, please cite the library using:
and Nathan Grinsztajn and Thomas D. Barrett and Alexandre Laterre},
title = {Jumanji: Industry-Driven Hardware-Accelerated RL Environments},
url = {https://github.com/instadeepai/jumanji},
version = {0.1.4},
version = {0.1.5},
year = {2022},
}
```
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
brax>=0.0.10
brax @ git+https://github.com/google/brax
chex>=0.1.3
dm-env>=1.5
gym>=0.22.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import setuptools
from setuptools import setup

__version__ = "0.1.4"
__version__ = "0.1.5"

_CURRENT_DIR = os.path.dirname(os.path.abspath(__file__))

Expand Down

0 comments on commit 119a4ed

Please sign in to comment.