We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac8867 commit ea7d9bcCopy full SHA for ea7d9bc
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "pycpio"
7
-version = "1.3.0"
+version = "1.3.1"
8
authors = [
9
{ name="Desultory", email="[email protected]" },
10
]
@@ -16,7 +16,7 @@ classifiers = [
16
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
17
"Operating System :: OS Independent",
18
19
-dependencies = ["zenlib >= 2.2.2"]
+dependencies = ["zenlib >= 2.1.2"]
20
21
[project.scripts]
22
pycpio = "pycpio.main:main"
0 commit comments