Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
oskyk committed Feb 2, 2018
1 parent 2269fdf commit efeb5ee
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 @@ -2,14 +2,14 @@
from setuptools import find_packages

setup(name='cashaddress',
version='1.0.3',
version='1.0.4',
packages=find_packages(),
install_requires=['base58==0.2.5'],
description='Python tool for converty bitcoin cash legacy addresses',
author='Oskar Hladky',
author_email='[email protected]',
url='https://github.com/oskyk/cashaddress',
download_url='https://github.com/oskyk/cashaddress/archive/1.0.2.tar.gz',
download_url='https://github.com/oskyk/cashaddress/archive/1.0.4.tar.gz',
python_requires='>=2.7',
keywords=['bitcoincash', 'bch', 'address', 'cashaddress', 'legacy', 'convert']
)

0 comments on commit efeb5ee

Please sign in to comment.