From 794eac05194ca297ec8cbe2463dd8f90b00e6e02 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 10 Jun 2019 23:49:04 -0400 Subject: [PATCH] 0.5.6 --- torba/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torba/__init__.py b/torba/__init__.py index fc4738826..f5e246d62 100644 --- a/torba/__init__.py +++ b/torba/__init__.py @@ -1,2 +1,2 @@ __path__: str = __import__('pkgutil').extend_path(__path__, __name__) -__version__ = '0.5.5' +__version__ = '0.5.6'