From a9b94f4bcb0d3cea259f7c647d8ec76ef26ba913 Mon Sep 17 00:00:00 2001 From: SimFG Date: Thu, 28 Sep 2023 17:21:49 +0800 Subject: [PATCH] Update the version to `0.1.42` (#546) 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 39e52f35..26fc64f3 100644 --- a/gptcache/__init__.py +++ b/gptcache/__init__.py @@ -1,5 +1,5 @@ """gptcache version""" -__version__ = "0.1.41" +__version__ = "0.1.42" from gptcache.config import Config from gptcache.core import Cache