From c73355f19cae0fe856e66090a56cac139e9ef292 Mon Sep 17 00:00:00 2001 From: Matthew Wisdom Date: Sat, 5 Nov 2022 00:37:37 +0100 Subject: [PATCH] Bug fix --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'