diff --git a/README.md b/README.md index f9e12decc..35aceb004 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.5}, + version = {0.1.6}, year = {2022}, } ``` diff --git a/setup.py b/setup.py index 3b9713e2a..352a9d0eb 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ import setuptools from setuptools import setup -__version__ = "0.1.5" +__version__ = "0.1.6" _CURRENT_DIR = os.path.dirname(os.path.abspath(__file__))