Skip to content

Commit 665c144

Browse files
committed
update
1 parent 1ced80e commit 665c144

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
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" # Unfortunately, `solo` is in use on PyPI
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"

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
17+
__version__ = "0.0.27"
1818

1919

2020
del pathlib

0 commit comments

Comments
 (0)