Skip to content

Commit

Permalink
Merge pull request #234 from Farama-Foundation/Kallinteris-Andreas-pa…
Browse files Browse the repository at this point in the history
…tch-4

1.3 release
  • Loading branch information
Kallinteris-Andreas authored Oct 8, 2024
2 parents bf344b9 + d192b39 commit f756676
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,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.4},
version = {1.3.0},
year = {2023},
}
```
2 changes: 1 addition & 1 deletion gymnasium_robotics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from gymnasium_robotics.envs.maze import maps
from gymnasium_robotics.envs.multiagent_mujoco import mamujoco_v1

__version__ = "1.3.0a1"
__version__ = "1.3.0"


def register_robotics_envs():
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
dependencies = [
"mujoco>=2.2.0, <3.2.0",
"numpy>=1.21.0",
"gymnasium>=1.0.0a2",
"gymnasium>=1.0.0",
"PettingZoo>=1.23.0",
"Jinja2>=3.0.3",
"imageio"
Expand Down

0 comments on commit f756676

Please sign in to comment.