Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojay committed May 11, 2022
1 parent e073148 commit fbf8551
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='everpay',
version='0.1.3',
version='0.1.4',
packages=['everpay',],
license='MIT',
description = 'Python wrappers for everpay.io api',
Expand All @@ -12,7 +12,7 @@
author_email = '[email protected]',
install_requires=['requests', 'web3', 'python-jose'],
url = 'https://github.com/everFinance/everpay.py',
download_url = 'https://github.com/everFinance/everpay.py/archive/refs/tags/v0.1.3.tar.gz',
download_url = 'https://github.com/everFinance/everpay.py/archive/refs/tags/v0.1.4.tar.gz',
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 2",
Expand Down

0 comments on commit fbf8551

Please sign in to comment.