Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi208 committed May 8, 2024
1 parent 24eaefc commit afecafe
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 = "flit_core.buildapi"

[project]
name = "pypdf-cli"
version = "1.0.0"
version = "1.0.1"
authors = [ { name = "Tobias Lass", email = "tobi208@github.com" } ]
description = "A Python-based CLI that allows for comfortable every-day PDF manipulation with pypdf."
readme = "README.md"
Expand All @@ -16,7 +16,7 @@ classifiers = [
requires-python = ">=3.6"
dependencies = [
"click>=8.0.3",
"pypdf>=3.0.0",
"pypdf>=3.1.0",
"setuptools>=68.2.2",
]
license = { file = "LICENSE" }
Expand Down

0 comments on commit afecafe

Please sign in to comment.