We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63581b6 commit 321b600Copy full SHA for 321b600
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "froster"
7
-version = "0.20.0"
+version = "0.20.1"
8
description = "Froster is a tool for easy archive and restore between local file systems and AWS S3 storage."
9
authors = ["Dirk Petersen <no@mail.com>", "Victor Machado <victor.machado@hpcnow.com>"]
10
readme = "README.md"
@@ -23,4 +23,4 @@ setuptools = "^75.8.0"
23
tqdm = "^4.67.1"
24
25
[tool.poetry.scripts]
26
-froster = "froster.froster:main"
+froster = "froster.froster:main"
0 commit comments