From c20de24d23b327c73dde7f3de742bd1044b6d100 Mon Sep 17 00:00:00 2001 From: "bodong.ybd" Date: Thu, 5 Jan 2023 16:23:31 +0800 Subject: [PATCH] Release 1.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b402fa2..75fc78b 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ description="Python client for Tair", long_description=open("README.md").read().strip(), long_description_content_type="text/markdown", - version="1.3.0", + version="1.3.1", license="MIT", url="https://github.com/alibaba/tair-py", author="Vincil Lau",