From 76c18a786cd744e5056a4e1a5d7366a79e6192c5 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Wed, 11 Apr 2018 17:34:13 +0900 Subject: [PATCH] 2.11.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b2a75db..aaa64ef 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ PY2 = sys.version_info[0] == 2 assert PY3 or PY2 -version = '2.10.5' +version = '2.11.0' install_requires = [ -- GitLab