From be57ba2802514be746c63d34992d941ba846e17a Mon Sep 17 00:00:00 2001 From: SimFG Date: Thu, 14 Sep 2023 14:41:26 +0800 Subject: [PATCH] Update the version to `0.1.41` Signed-off-by: SimFG --- gptcache/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gptcache/__init__.py b/gptcache/__init__.py index ef2a676e..39e52f35 100644 --- a/gptcache/__init__.py +++ b/gptcache/__init__.py @@ -1,5 +1,5 @@ """gptcache version""" -__version__ = "0.1.40" +__version__ = "0.1.41" from gptcache.config import Config from gptcache.core import Cache