Skip to content

Commit ea7d9bc

Browse files
committed
fix dependency version requiremnets
Signed-off-by: Zen <[email protected]>
1 parent fac8867 commit ea7d9bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pycpio"
7-
version = "1.3.0"
7+
version = "1.3.1"
88
authors = [
99
{ name="Desultory", email="[email protected]" },
1010
]
@@ -16,7 +16,7 @@ classifiers = [
1616
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
1717
"Operating System :: OS Independent",
1818
]
19-
dependencies = ["zenlib >= 2.2.2"]
19+
dependencies = ["zenlib >= 2.1.2"]
2020

2121
[project.scripts]
2222
pycpio = "pycpio.main:main"

0 commit comments

Comments
 (0)