From 3f17dd336b0559043fca7014642d939bc2882d1c Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 17 Jul 2018 00:01:22 -0400 Subject: [PATCH] 0.0.3 --- torba/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torba/__init__.py b/torba/__init__.py index ebb33d435..8e2fe445a 100644 --- a/torba/__init__.py +++ b/torba/__init__.py @@ -1,2 +1,2 @@ __path__ = __import__('pkgutil').extend_path(__path__, __name__) -__version__ = '0.0.2' +__version__ = '0.0.3'