From 842cc3a8e1447732706b0b4cfb31134e08b1b580 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Fri, 15 Dec 2023 18:24:47 +0800 Subject: [PATCH] test setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d3c77f4..deea606 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.3.19" +version = "2.3.20" install_requires = [ "pymem",