From 03e48c0968eca0eb92ab539044e15f8ed3a4e763 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 3 Jun 2019 16:34:37 -0400 Subject: [PATCH] 0.5.5 --- torba/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torba/__init__.py b/torba/__init__.py index 92a222cfb..fc4738826 100644 --- a/torba/__init__.py +++ b/torba/__init__.py @@ -1,2 +1,2 @@ __path__: str = __import__('pkgutil').extend_path(__path__, __name__) -__version__ = '0.5.4' +__version__ = '0.5.5'