mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 19:38:09 +00:00
bump version
This commit is contained in:
parent
a2792cda19
commit
fe4662d389
@ -1,4 +1,4 @@
|
||||
ecdsa>=0.9
|
||||
protobuf>=2.6.1
|
||||
mnemonic>=0.8
|
||||
mnemonic>=0.16
|
||||
hidapi>=0.7.99
|
||||
|
4
setup.py
4
setup.py
@ -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…
Reference in New Issue
Block a user