Skip to content

Commit ac38eb5

Browse files
committed
bump version to 1.4.2
1 parent 63a6053 commit ac38eb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
from distutils.core import setup
44

55
setup(name='blockchain',
6-
version='1.4.0',
6+
version='1.4.2',
77
description='Blockchain API library (v1)',
88
author='Blockchain.info',
99
author_email='support@blockchain.zendesk.com',
10-
url='https://github.com/blockchain/api-v1-client-python',
10+
url='https://github.com/blockchain/api-v1-client-python/releases/tag/1.4.2',
1111
license='MIT',
1212
packages=['blockchain', 'blockchain/v2'],
1313
keywords='blockchain.info api blockchain',

0 commit comments

Comments
 (0)