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: