Skip to content

Commit 3d88694

Browse files
committed
version increase
1 parent cda9324 commit 3d88694

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

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

44
setup(name='cashaddress',
5-
version='1.0.1',
5+
version='1.0.2',
66
packages=find_packages(),
77
install_requires=['base58==0.2.5'],
88
description='Python tool for converty bitcoin cash legacy addresses',
99
author='Oskar Hladky',
1010
author_email='oskyks1@gmail.com',
1111
url='https://github.com/oskyk/cashaddress',
12-
download_url='https://github.com/oskyk/cashaddress/archive/1.0.1.tar.gz',
12+
download_url='https://github.com/oskyk/cashaddress/archive/1.0.2.tar.gz',
1313
python_requires='>=2.7',
1414
keywords=['bitcoincash', 'bch', 'address', 'cashaddress', 'legacy', 'convert']
1515
)

0 commit comments

Comments
 (0)