Skip to content

Commit bf255c1

Browse files
build: increment semantic release (#70)
1 parent 07aae63 commit bf255c1

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
@@ -203,7 +203,7 @@ If you use Jumanji in your work, please cite the library using:
203203
and Nathan Grinsztajn and Thomas D. Barrett and Alexandre Laterre},
204204
title = {Jumanji: Industry-Driven Hardware-Accelerated RL Environments},
205205
url = {https://github.com/instadeepai/jumanji},
206-
version = {0.1.5},
206+
version = {0.1.6},
207207
year = {2022},
208208
}
209209
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import setuptools
1919
from setuptools import setup
2020

21-
__version__ = "0.1.5"
21+
__version__ = "0.1.6"
2222

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

0 commit comments

Comments
 (0)