Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojay committed Apr 24, 2021
1 parent 46aca19 commit 62c07e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name='grinmw',
version='0.1.0',
version='0.1.1',
packages=['grinmw',],
license='MIT',
description = 'Python wrappers around the Grin wallet V3 and Grin node V2 APIs',
Expand All @@ -12,7 +12,7 @@
author_email = '[email protected], [email protected], [email protected]',
install_requires=['requests', 'eciespy', 'coincurve', 'Crypto'],
url = 'https://github.com/grinfans/grinmw.py',
download_url = 'https://github.com/grinfans/grinmw.py/archive/refs/tags/v0.1.0.tar.gz',
download_url = 'https://github.com/grinfans/grinmw.py/archive/refs/tags/v0.1.1.tar.gz',
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 2",
Expand Down

0 comments on commit 62c07e9

Please sign in to comment.