From af85faf22a70769856e6f69effff8bf5465c1186 Mon Sep 17 00:00:00 2001 From: Edouard Leurent Date: Sun, 11 Aug 2024 19:03:51 +0100 Subject: [PATCH] Release 1.9.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 2493d128a..b5f91e94b 100644 --- a/highway_env/__init__.py +++ b/highway_env/__init__.py @@ -1,7 +1,7 @@ import os import sys -__version__ = "1.8.2" +__version__ = "1.9.1" try: from farama_notifications import notifications