From 94d20c33c960a9c0b5a5ac92b14c566793ca8079 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Fri, 21 Sep 2018 15:09:21 +0200 Subject: [PATCH] Version 2.0.3 * Code style changed * Docs and types explanations fixed Signed-off-by: Alexey Stepanov --- threaded/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threaded/__init__.py b/threaded/__init__.py index 51baa69..c1ab815 100644 --- a/threaded/__init__.py +++ b/threaded/__init__.py @@ -41,7 +41,7 @@ if GThreadPooled is not None: # pragma: no cover __all__ += ("GThreadPooled", "gthreadpooled") -__version__ = "2.0.2" +__version__ = "2.0.3" __author__ = "Alexey Stepanov" __author_email__ = "penguinolog@gmail.com" __maintainers__ = {