We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a6053 commit ac38eb5Copy full SHA for ac38eb5
setup.py
@@ -3,11 +3,11 @@
3
from distutils.core import setup
4
5
setup(name='blockchain',
6
- version='1.4.0',
+ version='1.4.2',
7
description='Blockchain API library (v1)',
8
author='Blockchain.info',
9
author_email='support@blockchain.zendesk.com',
10
- url='https://github.com/blockchain/api-v1-client-python',
+ url='https://github.com/blockchain/api-v1-client-python/releases/tag/1.4.2',
11
license='MIT',
12
packages=['blockchain', 'blockchain/v2'],
13
keywords='blockchain.info api blockchain',
0 commit comments