Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojay committed Jan 23, 2024
1 parent 18ac879 commit 9277636
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.3.2',
version='0.3.3',
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.3.2.tar.gz',
download_url = 'https://github.com/everFinance/everpay.py/archive/refs/tags/v0.3.3.tar.gz',
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 2",
Expand Down

0 comments on commit 9277636

Please sign in to comment.