Skip to content

Commit 9f966c8

Browse files
ci: increment version (#118)
1 parent 36ab997 commit 9f966c8

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
@@ -211,7 +211,7 @@ If you use Jumanji in your work, please cite the library using:
211211
and Laurence Midgley and Shikha Surana and Cemlyn Waters and Alexandre Laterre},
212212
title = {Jumanji: a Suite of Diverse and Challenging Reinforcement Learning Environments in JAX},
213213
url = {https://github.com/instadeepai/jumanji},
214-
version = {0.2.1},
214+
version = {0.2.2},
215215
year = {2023},
216216
}
217217
```

jumanji/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.2.1"
15+
__version__ = "0.2.2"

0 commit comments

Comments
 (0)