From 6f35e7f87fc5b455b8cc70e366016c463fa52850 Mon Sep 17 00:00:00 2001 From: Mark Towers Date: Thu, 23 Feb 2023 16:08:32 +0000 Subject: [PATCH] Update to v0.28.0 --- gymnasium/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gymnasium/__init__.py b/gymnasium/__init__.py index 0c5b48f03..a14a22489 100644 --- a/gymnasium/__init__.py +++ b/gymnasium/__init__.py @@ -44,7 +44,7 @@ __all__ = [ "error", "logger", ] -__version__ = "0.27.1" +__version__ = "0.28.0" # 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