diff --git a/pyproject.toml b/pyproject.toml index e3a4b0a..5e6f1f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fotools" -version = "0.1.0" +version = "0.1.1" description = "Tool for searching and organizing files" authors = ["Matthew Wisdom "] license = "MIT License" @@ -31,4 +31,4 @@ requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] -fotools = 'fotool.main:main' \ No newline at end of file +fotools = 'fotools.main:main'