Skip to content

Commit 982c369

Browse files
committed
update
1 parent 665c144 commit 982c369

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit.buildapi"
44

55
[tool.flit.metadata]
66
module = "solo"
7-
dist-name = "onlykey-solo-python"
7+
dist-name = "onlykey-solo-python"
88
author = "CryptoTrust"
99
author-email = "admin@crp.to"
1010
home-page = "https://github.com/trustcrypto/onlykey-solo-python"
@@ -14,7 +14,7 @@ requires = [
1414
"click >= 7.0",
1515
"cryptography",
1616
"ecdsa",
17-
"fido2 ~= 0.8.1",
17+
"fido2 >= 0.8.1",
1818
"intelhex",
1919
"pyserial",
2020
"pyusb",

solo/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.27
1+
0.0.28

solo/__init__.py

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

1515
from . import client, commands, dfu, helpers, operations
1616

17-
__version__ = "0.0.27"
17+
__version__ = "0.0.28"
1818

1919

2020
del pathlib

0 commit comments

Comments
 (0)