We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1da5b2 commit 5a35344Copy full SHA for 5a35344
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "koi-net"
3
-version = "2.0.0"
+version = "2.0.1"
4
description = "Implementation of KOI-net protocol in Python"
5
maintainers = [
6
{ name = "Luke Miller", email = "luke@block.science" }
@@ -37,7 +37,7 @@ docs = [
37
]
38
39
[project.scripts]
40
-koi-sh = "koi_net.interface.shell:run"
+koi-sh = "koi_net.interfaces.shell:run"
41
42
[project.urls]
43
Homepage = "https://github.com/BlockScience/koi-net/"
0 commit comments