From 15bc2f2cfef81964db84cc2f1a1a83efb7ee4350 Mon Sep 17 00:00:00 2001 From: Elliot Tower Date: Fri, 17 Nov 2023 16:57:41 -0500 Subject: [PATCH] Bump version number for hotfix 0.1.13.1 --- chatarena/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatarena/__init__.py b/chatarena/__init__.py index 93fe4324..894e7718 100644 --- a/chatarena/__init__.py +++ b/chatarena/__init__.py @@ -5,4 +5,4 @@ ) EXAMPLES_DIR = os.path.join(ROOT_DIR, "examples") -__version__ = "0.1.13" +__version__ = "0.1.13.1"