Skip to content

Commit

Permalink
version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneBronzini committed Feb 9, 2018
1 parent 82d3a06 commit 3a1e28b
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 @@ -14,14 +14,14 @@
from setuptools import find_packages

setup(name='chainside-btcpy',
version='0.2.7',
version='0.3.0',
packages=find_packages(),
install_requires=['ecdsa==0.13', 'base58==0.2.5'],
extras_require={'develop': ['python-bitcoinlib==0.7.0']},
description='A Python3 SegWit-compliant library which provides tools to handle Bitcoin data structures in a simple fashion.',
author='chainside srl',
author_email='simone.bronzini@chainside.net',
url='https://github.com/chainside/btcpy',
download_url='https://github.com/chainside/btcpy/archive/0.2.7.tar.gz',
download_url='https://github.com/chainside/btcpy/archive/0.3.0.tar.gz',
python_requires='>=3',
keywords=['bitcoin', 'blockchain', 'bitcoind', 'chainside'])

0 comments on commit 3a1e28b

Please sign in to comment.