Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkpetersen authored Feb 4, 2025
1 parent 63581b6 commit 321b600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>", "Victor Machado <[email protected]>"]
readme = "README.md"
Expand All @@ -23,4 +23,4 @@ setuptools = "^75.8.0"
tqdm = "^4.67.1"

[tool.poetry.scripts]
froster = "froster.froster:main"
froster = "froster.froster:main"

0 comments on commit 321b600

Please sign in to comment.