diff --git a/ledgerwallet/__init__.py b/ledgerwallet/__init__.py index b3f4756..ae73625 100644 --- a/ledgerwallet/__init__.py +++ b/ledgerwallet/__init__.py @@ -1 +1 @@ -__version__ = "0.1.2" +__version__ = "0.1.3" diff --git a/setup.py b/setup.py index 175dbba..6094ebc 100644 --- a/setup.py +++ b/setup.py @@ -8,9 +8,9 @@ setup( name="ledgerwallet", - version="0.1.2", + version="0.1.3", url="https://github.com/LedgerHQ/ledgerctl/", - python_requires=">=3.5", + python_requires=">=3.6", license="MIT", description="Python client and library to communicate with Ledger devices", long_description=long_description, @@ -33,10 +33,11 @@ py_modules=["ledgerctl"], classifiers=[ "License :: OSI Approved :: MIT License", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Operating System :: POSIX :: Linux", "Operating System :: Microsoft :: Windows", "Operating System :: MacOS :: MacOS X",