Skip to content

Commit

Permalink
fix dependency version requiremnets
Browse files Browse the repository at this point in the history
Signed-off-by: Zen <[email protected]>
  • Loading branch information
desultory committed Aug 17, 2024
1 parent fac8867 commit ea7d9bc
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 = "setuptools.build_meta"

[project]
name = "pycpio"
version = "1.3.0"
version = "1.3.1"
authors = [
{ name="Desultory", email="[email protected]" },
]
Expand All @@ -16,7 +16,7 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: OS Independent",
]
dependencies = ["zenlib >= 2.2.2"]
dependencies = ["zenlib >= 2.1.2"]

[project.scripts]
pycpio = "pycpio.main:main"
Expand Down

0 comments on commit ea7d9bc

Please sign in to comment.