Skip to content

Commit da501a8

Browse files
Update to v0.26.3
1 parent 0d61a75 commit da501a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gymnasium/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import sys
2020

2121
__all__ = ["Env", "Space", "Wrapper", "make", "spec", "register"]
22-
__version__ = "0.26.2"
22+
__version__ = "0.26.3"
2323

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

0 commit comments

Comments
 (0)