diff --git a/pyproject.toml b/pyproject.toml index 2c12ec1..c69c634 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "past-time" -version = "0.3.0" +version = "0.3.1" description = "Visualizer for the days of the year" authors = ["Fabian Affolter "] readme = "README.rst" @@ -32,7 +32,7 @@ pytest = "^8.0.2" freezegun = "^1.4.0" [tool.poetry.scripts] -past-time = "past_time.__init__:app" +past-time = "past_time.__init__:cli" [build-system] requires = ["poetry-core>=1.0.0"]