From bf255c124636c7a9f3d832ee5f77f28aa8ff0eb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Bonnet?= <56230714+clement-bonnet@users.noreply.github.com> Date: Wed, 22 Feb 2023 15:57:39 +0000 Subject: [PATCH] build: increment semantic release (#70) --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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__))