bump version

pull/25/head python/v0.7.10
Pavol Rusnak 7 years ago
parent a2792cda19
commit fe4662d389
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -1,4 +1,4 @@
ecdsa>=0.9
protobuf>=2.6.1
mnemonic>=0.8
mnemonic>=0.16
hidapi>=0.7.99

@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup
install_requires = ['ecdsa>=0.9', 'protobuf>=2.6.1', 'mnemonic>=0.8', 'setuptools>=19.0']
install_requires = ['ecdsa>=0.9', 'protobuf>=2.6.1', 'mnemonic>=0.16', 'setuptools>=19.0']
import sys
if '--disable-hidapi' in sys.argv:
@ -11,7 +11,7 @@ else:
setup(
name='trezor',
version='0.7.9.post1',
version='0.7.10',
author='TREZOR',
author_email='info@trezor.io',
description='Python library for communicating with TREZOR Hardware Wallet',

Loading…
Cancel
Save