Skip to content

Commit

Permalink
version 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneBronzini committed Oct 26, 2017
1 parent 5c4f936 commit 53f6239
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.2.5',
version='0.2.6',
packages=find_packages(),
install_requires=['ecdsa==0.13', 'base58==0.2.5'],
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.2.5.tar.gz',
download_url='https://github.com/chainside/btcpy/archive/0.2.6.tar.gz',
python_requires='>=3',
keywords=['bitcoin', 'blockchain', 'bitcoind', 'chainside'])

0 comments on commit 53f6239

Please sign in to comment.