Skip to content

Commit

Permalink
Update to v0.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts authored Oct 24, 2022
1 parent 0d61a75 commit da501a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gymnasium/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import sys

__all__ = ["Env", "Space", "Wrapper", "make", "spec", "register"]
__version__ = "0.26.2"
__version__ = "0.26.3"

# Initializing pygame initializes audio connections through SDL. SDL uses alsa by default on all Linux systems
# SDL connecting to alsa frequently create these giant lists of warnings every time you import an environment using
Expand Down

0 comments on commit da501a8

Please sign in to comment.