From 251e804926a5ffd73e31ec3a0509c52e72d6b0dd Mon Sep 17 00:00:00 2001 From: Edouard Leurent Date: Mon, 19 Aug 2024 22:57:08 +0100 Subject: [PATCH] Release v1.10.1 --- highway_env/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highway_env/__init__.py b/highway_env/__init__.py index a2fcd2917..b83ae16a8 100644 --- a/highway_env/__init__.py +++ b/highway_env/__init__.py @@ -4,7 +4,7 @@ from gymnasium.envs.registration import register -__version__ = "2.0.0" +__version__ = "1.10.1" try: from farama_notifications import notifications