Skip to content

Commit cae52d8

Browse files
version 0.5.1, fixes #38
1 parent b883a03 commit cae52d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
from setuptools import find_packages
1515

1616
setup(name='chainside-btcpy',
17-
version='0.5',
17+
version='0.5.1',
1818
packages=find_packages(),
1919
install_requires=['ecdsa==0.13'],
2020
extras_require={'develop': ['python-bitcoinlib==0.7.0']},
2121
description='A Python3 SegWit-compliant library which provides tools to handle Bitcoin data structures in a simple fashion.',
2222
author='chainside srl',
2323
author_email='simone.bronzini@chainside.net',
2424
url='https://github.com/chainside/btcpy',
25-
download_url='https://github.com/chainside/btcpy/archive/0.5.tar.gz',
25+
download_url='https://github.com/chainside/btcpy/archive/0.5.1.tar.gz',
2626
python_requires='>=3',
2727
keywords=['bitcoin', 'blockchain', 'bitcoind', 'chainside'])

0 commit comments

Comments
 (0)