mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-19 14:38:47 +00:00
bump version
This commit is contained in:
parent
a2792cda19
commit
fe4662d389
@ -1,4 +1,4 @@
|
|||||||
ecdsa>=0.9
|
ecdsa>=0.9
|
||||||
protobuf>=2.6.1
|
protobuf>=2.6.1
|
||||||
mnemonic>=0.8
|
mnemonic>=0.16
|
||||||
hidapi>=0.7.99
|
hidapi>=0.7.99
|
||||||
|
4
setup.py
4
setup.py
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
from setuptools import setup
|
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
|
import sys
|
||||||
if '--disable-hidapi' in sys.argv:
|
if '--disable-hidapi' in sys.argv:
|
||||||
@ -11,7 +11,7 @@ else:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='trezor',
|
name='trezor',
|
||||||
version='0.7.9.post1',
|
version='0.7.10',
|
||||||
author='TREZOR',
|
author='TREZOR',
|
||||||
author_email='info@trezor.io',
|
author_email='info@trezor.io',
|
||||||
description='Python library for communicating with TREZOR Hardware Wallet',
|
description='Python library for communicating with TREZOR Hardware Wallet',
|
||||||
|
Loading…
Reference in New Issue
Block a user