From e3c7e604e388deafb69cda991f2b49d40e9d6925 Mon Sep 17 00:00:00 2001 From: Vincil Lau Date: Mon, 29 Aug 2022 18:39:35 +0800 Subject: [PATCH] release v1.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 86e987d..1e43827 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.1.0", + version="1.2.0", license="MIT", url="https://github.com/alibaba/tair-py", author="Vincil Lau",