File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414from setuptools import find_packages
1515
1616setup (name = 'chainside-btcpy' ,
17- version = '0.2.6 ' ,
17+ version = '0.2.7 ' ,
1818 packages = find_packages (),
1919 install_requires = ['ecdsa==0.13' , 'base58==0.2.5' ],
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.2.6 .tar.gz' ,
25+ download_url = 'https://github.com/chainside/btcpy/archive/0.2.7 .tar.gz' ,
2626 python_requires = '>=3' ,
2727 keywords = ['bitcoin' , 'blockchain' , 'bitcoind' , 'chainside' ])
You can’t perform that action at this time.
0 commit comments