From ee3f4fbcb53437cc0d9221664b51f5b06518f954 Mon Sep 17 00:00:00 2001 From: serderovsh Date: Sat, 27 Oct 2018 06:34:34 +0300 Subject: [PATCH] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b92c1de..1cac993 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ py_version = platform.python_version() -_TRON_VERSION = '1.0.9' +_TRON_VERSION = '1.0.10' REQUIRED = [ 'urllib3'