Skip to content

Commit

Permalink
Bump to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jibeee committed May 3, 2022
1 parent 8633a16 commit c9da761
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ledgerwallet/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.2"
__version__ = "0.1.3"
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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",
Expand Down

0 comments on commit c9da761

Please sign in to comment.