Set version

This commit is contained in:
2024-07-25 17:32:11 +02:00
parent cae2e6d92e
commit c3d51e29fc
38 changed files with 138 additions and 128 deletions

View File

@@ -2,16 +2,16 @@
"ProjectSettings": {
"Name": "cpl-cli",
"Version": {
"Major": "2023",
"Minor": "4",
"Micro": "0.post3"
"Major": "2024",
"Minor": "10",
"Micro": "0"
},
"Author": "Sven Heidemann",
"AuthorEmail": "sven.heidemann@sh-edraft.de",
"Description": "CPL CLI",
"LongDescription": "CPL Command Line Interface",
"URL": "https://www.sh-edraft.de",
"CopyrightDate": "2020 - 2023",
"CopyrightDate": "2020 - 2024",
"CopyrightName": "sh-edraft.de",
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
@@ -19,7 +19,7 @@
"cpl-core>=2023.4.0"
],
"DevDependencies": [],
"PythonVersion": ">=3.10",
"PythonVersion": ">=3.12",
"PythonPath": {
"linux": "../../venv"
},