diff --git a/pyproject.toml b/pyproject.toml index f1ad5b5..27df334 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Netio" -version = "1.0.12" +version = "1.0.13" description = "Interface to control NETIO Products devices" authors = ["Adam Verner "] readme = "README.md" @@ -48,4 +48,4 @@ build-backend = "poetry.core.masonry.api" #define the scirpt to be runnable using CLI [tool.poetry.scripts] -netio = "Netio.cli:main" +Netio = "Netio.cli:main"