From ed0a4103e8d857825ac24d1cabe83db518b4b29e Mon Sep 17 00:00:00 2001 From: Hedy Li Date: Sun, 21 Feb 2021 21:00:11 +0800 Subject: [PATCH] v2.17.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 88e98f4..6a06043 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with io.open("README.md", "rt", encoding="utf8") as f: LONG_DESC = f.read() -VERSION = "2.16.0" +VERSION = "2.17.0" # This call to setup() does all the work setup(