diff --git a/pyproject.toml b/pyproject.toml index e2d9372..8d5791e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "froster" -version = "0.20.0" +version = "0.20.1" description = "Froster is a tool for easy archive and restore between local file systems and AWS S3 storage." authors = ["Dirk Petersen ", "Victor Machado "] readme = "README.md" @@ -23,4 +23,4 @@ setuptools = "^75.8.0" tqdm = "^4.67.1" [tool.poetry.scripts] -froster = "froster.froster:main" \ No newline at end of file +froster = "froster.froster:main"