From dd006f23da6e39172bc3138922db14ec50701b28 Mon Sep 17 00:00:00 2001 From: Erik Stein Date: Fri, 29 Sep 2017 13:11:34 +0200 Subject: [PATCH] Bumped version. --- shared/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/__init__.py b/shared/__init__.py index 1e7aea4..a98a624 100644 --- a/shared/__init__.py +++ b/shared/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 2, 0) +VERSION = (0, 2, 1) __version__ = '.'.join(map(str, VERSION))