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'