Skip to content

Commit

Permalink
version 0.5.1, fixes #38
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneBronzini committed May 21, 2018
1 parent b883a03 commit cae52d8
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.5',
version='0.5.1',
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.5.tar.gz',
download_url='https://github.com/chainside/btcpy/archive/0.5.1.tar.gz',
python_requires='>=3',
keywords=['bitcoin', 'blockchain', 'bitcoind', 'chainside'])

0 comments on commit cae52d8

Please sign in to comment.