From 9e4c1120fad505e7d90d6a1eec40e3e40f8a14cf Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Fri, 22 Feb 2019 19:26:03 -0500 Subject: [PATCH] 0.3.2 --- torba/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torba/__init__.py b/torba/__init__.py index b3f7f9e86..32bd9f40d 100644 --- a/torba/__init__.py +++ b/torba/__init__.py @@ -1,2 +1,2 @@ __path__: str = __import__('pkgutil').extend_path(__path__, __name__) -__version__ = '0.3.0' +__version__ = '0.3.2'