From b2bcf39872b5955bbce21979310b60bf96cf2385 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sun, 25 Nov 2018 11:08:49 -0500 Subject: [PATCH] 0.2.2 --- torba/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torba/__init__.py b/torba/__init__.py index 8926851ad..6e6b4e6d9 100644 --- a/torba/__init__.py +++ b/torba/__init__.py @@ -1,2 +1,2 @@ __path__: str = __import__('pkgutil').extend_path(__path__, __name__) -__version__ = '0.2.1' +__version__ = '0.2.2'