Skip to content

Commit

Permalink
bump version directly to 0.5 to align with next tag for API-breaking …
Browse files Browse the repository at this point in the history
…changes, fixes #34
  • Loading branch information
SimoneBronzini committed May 15, 2018
1 parent 555a905 commit 19394ee
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.3.3',
version='0.5',
packages=find_packages(),
install_requires=['ecdsa==0.13'],
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.3.3.tar.gz',
download_url='https://github.com/chainside/btcpy/archive/0.5.tar.gz',
python_requires='>=3',
keywords=['bitcoin', 'blockchain', 'bitcoind', 'chainside'])

0 comments on commit 19394ee

Please sign in to comment.