From d270e84810f921d2e2c03ce5c3da6689ad7640a6 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Wed, 17 Oct 2018 10:39:21 -0400 Subject: [PATCH] v0.1.1. --- torba/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torba/__init__.py b/torba/__init__.py index 2b36b5a11..1389b8b7c 100644 --- a/torba/__init__.py +++ b/torba/__init__.py @@ -1,2 +1,2 @@ __path__: str = __import__('pkgutil').extend_path(__path__, __name__) -__version__ = '0.1.0' +__version__ = '0.1.1'