From d3d60071aeabb9c5fae276ed9a0a5a69545f996e Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Fri, 19 Oct 2018 11:01:35 -0400 Subject: [PATCH] v0.1.4 --- torba/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torba/__init__.py b/torba/__init__.py index 8679c6c80..63c5cf138 100644 --- a/torba/__init__.py +++ b/torba/__init__.py @@ -1,2 +1,2 @@ __path__: str = __import__('pkgutil').extend_path(__path__, __name__) -__version__ = '0.1.3' +__version__ = '0.1.4'