diff --git a/README.md b/README.md index e716c77a0..105878502 100644 --- a/README.md +++ b/README.md @@ -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.2}, + version = {0.1.3}, year = {2022}, } ``` diff --git a/setup.py b/setup.py index b85b7ad8a..2270c3ce3 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ import setuptools from setuptools import setup -__version__ = "0.1.2" +__version__ = "0.1.3" _CURRENT_DIR = os.path.dirname(os.path.abspath(__file__))