Skip to content

Commit 5a35344

Browse files
committed
v2.0.1 - patch: fixed typo in pyproject.toml breaking the koi-sh script from running
1 parent d1da5b2 commit 5a35344

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "koi-net"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Implementation of KOI-net protocol in Python"
55
maintainers = [
66
{ name = "Luke Miller", email = "luke@block.science" }
@@ -37,7 +37,7 @@ docs = [
3737
]
3838

3939
[project.scripts]
40-
koi-sh = "koi_net.interface.shell:run"
40+
koi-sh = "koi_net.interfaces.shell:run"
4141

4242
[project.urls]
4343
Homepage = "https://github.com/BlockScience/koi-net/"

0 commit comments

Comments
 (0)