Changed version of query

This commit is contained in:
2021-11-30 11:21:19 +01:00
parent 95b5f99f1f
commit 6518ae7516
4 changed files with 10 additions and 10 deletions

View File

@@ -3,8 +3,8 @@
"Name": "sh_cpl-query",
"Version": {
"Major": "2021",
"Minor": "10",
"Micro": "3"
"Minor": "11",
"Micro": "0"
},
"Author": "Sven Heidemann",
"AuthorEmail": "sven.heidemann@sh-edraft.de",
@@ -16,9 +16,9 @@
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
"sh_cpl-core>=2021.10.0"
"sh_cpl-core>=2021.11.0"
],
"PythonVersion": ">=3.9.2",
"PythonVersion": ">=3.8",
"PythonPath": {},
"Classifiers": []
},