Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojay committed Oct 10, 2022
1 parent 669a578 commit 6f9463d
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='arseeding',
version='0.0.3',
version='0.0.4',
packages=['arseeding',],
license='MIT',
description = 'Python sdk for arseeding',
Expand All @@ -12,7 +12,7 @@
author_email = 'xiaojay@gmail.com',
install_requires=['everpay', 'requests', 'web3', 'python-jose', 'arweave-python-client', 'eth_account', 'fastavro', 'colorama'],
url = 'https://github.com/everFinance/arseeding.py',
download_url = 'https://github.com/everFinance/arseeding.py/archive/refs/tags/v0.0.3.tar.gz',
download_url = 'https://github.com/everFinance/arseeding.py/archive/refs/tags/v0.0.4.tar.gz',
scripts=['bin/arseed'],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 6f9463d

Please sign in to comment.