Fixed settings error

This commit is contained in:
2022-07-16 19:37:40 +02:00
parent 880998e8ca
commit 7498fe3255
51 changed files with 93 additions and 93 deletions

View File

@@ -4,7 +4,7 @@
"Version": {
"Major": "2022",
"Minor": "7",
"Micro": "0.post1"
"Micro": "0.post2"
},
"Author": "Sven Heidemann",
"AuthorEmail": "sven.heidemann@sh-edraft.de",
@@ -16,7 +16,7 @@
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
"cpl-core>=2022.7.0"
"cpl-core>=2022.7.0.post2"
],
"DevDependencies": [],
"PythonVersion": ">=3.10",