From 3e42c3061aa23ce7f29ae8ec150ca6224e13ef09 Mon Sep 17 00:00:00 2001 From: Kallinteris Andreas <30759571+Kallinteris-Andreas@users.noreply.github.com> Date: Sun, 24 Dec 2023 11:34:20 +0200 Subject: [PATCH] Bump gymnasium-robotics version to 1.2.4 (#201) * Update __init__.py * Update README.md --- README.md | 2 +- gymnasium_robotics/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15c97fba..e057ac44 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ If you use this in your research, please cite: author = {Rodrigo de Lazcano and Kallinteris Andreas and Jun Jet Tai and Seungjae Ryan Lee and Jordan Terry}, title = {Gymnasium Robotics}, url = {http://github.com/Farama-Foundation/Gymnasium-Robotics}, - version = {1.2.3}, + version = {1.2.4}, year = {2023}, } ``` diff --git a/gymnasium_robotics/__init__.py b/gymnasium_robotics/__init__.py index 18bd806d..326547d4 100644 --- a/gymnasium_robotics/__init__.py +++ b/gymnasium_robotics/__init__.py @@ -1237,7 +1237,7 @@ def _merge(a, b): ) -__version__ = "1.2.3" +__version__ = "1.2.4" try: