Skip to content

Commit 61d9a19

Browse files
onlykeyonlykey
authored andcommitted
update version
1 parent 946f9ab commit 61d9a19

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

onlykey/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def prompt_pin():
303303
else:
304304

305305
# Print help.
306-
print('OnlyKey CLI v1.0.1')
306+
print('OnlyKey CLI v1.1.0')
307307
print('Control-D to exit.')
308308
print()
309309

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='onlykey',
13-
version='1.0.1',
13+
version='1.1.0',
1414
description='OnlyKey client and command-line tool',
1515
long_description=long_description,
1616
url='https://github.com/trustcrypto/python-onlykey',

0 commit comments

Comments
 (0)