From f8a9e90a56d728888bb1b897e0f91dfc7d5b5d77 Mon Sep 17 00:00:00 2001 From: xiaojay Date: Thu, 30 Nov 2023 15:35:10 +0800 Subject: [PATCH] v0.3.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 070ba47..e83b57a 100644 --- a/setup.py +++ b/setup.py @@ -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', @@ -12,7 +12,7 @@ author_email = 'xiaojay@gmail.com', 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",