We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd52351 commit 35ded7cCopy full SHA for 35ded7c
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "edit-python-pe"
3
-version = "0.1.4"
+version = "0.1.5"
4
description = "Allows member and project profile editing onto python.pe git repository"
5
readme = "README.md"
6
license = { file = "LICENSE" }
@@ -21,7 +21,7 @@ classifiers = [
21
22
# Specify the Python versions you support here.
23
"Programming Language :: Python :: 3",
24
- "Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
25
]
26
module = "edit_python_pe"
27
dependencies = [
0 commit comments