Update to v0.26.3

This commit is contained in:
Mark Towers
2022-10-24 15:37:32 +01:00
committed by GitHub
parent 0d61a75ab5
commit da501a8880

View File

@@ -19,7 +19,7 @@ import os
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