We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a6055 commit 8918e77Copy full SHA for 8918e77
pyproject.toml
@@ -1,7 +1,7 @@
1
# see https://peps.python.org/pep-0518/
2
[project]
3
name = "npoapi"
4
-version = "7.9.0.dev"
+version = "7.9.0"
5
description = "Python Library for connecing to npo apis"
6
authors = [
7
{name = "Michiel Meeuwissen", email = "git@meeuw.org"},
@@ -31,6 +31,7 @@ testing = [
31
"pytest==6.2.5",
32
"xmldiff==2.6.3",
33
"nose==1.3.7",
34
+ "xsdata[cli]==23.8"
35
]
36
37
[build-system]
0 commit comments