From e29714118cc5131962eedb661b3e644c8e997598 Mon Sep 17 00:00:00 2001 From: typoverflow Date: Wed, 30 Aug 2023 19:31:57 +0800 Subject: [PATCH] chore: bump version to v0.6.0 --- UtilsRL/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UtilsRL/__init__.py b/UtilsRL/__init__.py index 0db2662..e6887c2 100644 --- a/UtilsRL/__init__.py +++ b/UtilsRL/__init__.py @@ -1,5 +1,5 @@ -__version__ = "0.5.9" +__version__ = "0.6.0" from UtilsRL import exp, logger __all__ = [