From 19acc17c1d63f9aa28f0bb2cc8201438769d3f26 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Wed, 5 Sep 2018 09:35:10 +0200 Subject: [PATCH] Ver 2.0.2 * Python 3.4 in master * Types fixed --- threaded/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threaded/__init__.py b/threaded/__init__.py index 6dbdfe5..082b9e5 100644 --- a/threaded/__init__.py +++ b/threaded/__init__.py @@ -41,7 +41,7 @@ 'gthreadpooled' ) -__version__ = '2.0.1' +__version__ = '2.0.2' __author__ = "Alexey Stepanov" __author_email__ = 'penguinolog@gmail.com' __maintainers__ = {