From a4519d3add0574cd0851978a123028aca7ae7cdc Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sat, 21 Jul 2018 14:43:47 -0400 Subject: [PATCH] 0.0.4 --- setup.py | 2 +- torba/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c0c2f9d9b..997be8e02 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( ), packages=find_packages(exclude=('tests',)), include_package_data=True, - python_requires='>=2.7', + python_requires='>=3.7', install_requires=( 'twisted', 'ecdsa', diff --git a/torba/__init__.py b/torba/__init__.py index 8e2fe445a..a3b65bdd9 100644 --- a/torba/__init__.py +++ b/torba/__init__.py @@ -1,2 +1,2 @@ __path__ = __import__('pkgutil').extend_path(__path__, __name__) -__version__ = '0.0.3' +__version__ = '0.0.4'