Skip to content

Commit 321b600

Browse files
authored
Update pyproject.toml
1 parent 63581b6 commit 321b600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "froster"
7-
version = "0.20.0"
7+
version = "0.20.1"
88
description = "Froster is a tool for easy archive and restore between local file systems and AWS S3 storage."
99
authors = ["Dirk Petersen <[email protected]>", "Victor Machado <[email protected]>"]
1010
readme = "README.md"
@@ -23,4 +23,4 @@ setuptools = "^75.8.0"
2323
tqdm = "^4.67.1"
2424

2525
[tool.poetry.scripts]
26-
froster = "froster.froster:main"
26+
froster = "froster.froster:main"

0 commit comments

Comments
 (0)