From 1c15461fec76e3f2659bace9c9635ddfa70a06ae Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Mon, 29 Jan 2024 11:47:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BE=AE=E4=BF=A1=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84=E9=80=9A=E8=BF=87?= =?UTF-8?q?=E8=AF=BB=E5=8F=96=E5=86=85=E5=AD=98=E6=96=B9=E5=BC=8F=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=20v2.4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2b37942..956bc7b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read() -version = "2.4.1" +version = "2.4.2" install_requires = [ "pymem",