We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d3a06 commit 3a1e28bCopy full SHA for 3a1e28b
1 file changed
setup.py
@@ -14,14 +14,14 @@
14
from setuptools import find_packages
15
16
setup(name='chainside-btcpy',
17
- version='0.2.7',
+ version='0.3.0',
18
packages=find_packages(),
19
install_requires=['ecdsa==0.13', 'base58==0.2.5'],
20
extras_require={'develop': ['python-bitcoinlib==0.7.0']},
21
description='A Python3 SegWit-compliant library which provides tools to handle Bitcoin data structures in a simple fashion.',
22
author='chainside srl',
23
author_email='simone.bronzini@chainside.net',
24
url='https://github.com/chainside/btcpy',
25
- 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',
26
python_requires='>=3',
27
keywords=['bitcoin', 'blockchain', 'bitcoind', 'chainside'])
0 commit comments