Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojay committed Nov 30, 2023
1 parent 5af2bba commit f8a9e90
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.9',
version='0.3.0',
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.9.tar.gz',
download_url = 'https://github.com/everFinance/everpay.py/archive/refs/tags/v0.3.0.tar.gz',
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 2",
Expand Down

0 comments on commit f8a9e90

Please sign in to comment.