Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojay committed Nov 14, 2022
1 parent bfb4612 commit 0b2e076
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.2.4',
version='0.2.5',
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', 'arweave-python-client', 'eth_account'],
url = 'https://github.com/everFinance/everpay.py',
download_url = 'https://github.com/everFinance/everpay.py/archive/refs/tags/v0.2.4.tar.gz',
download_url = 'https://github.com/everFinance/everpay.py/archive/refs/tags/v0.2.5.tar.gz',
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 2",
Expand Down

0 comments on commit 0b2e076

Please sign in to comment.