aboutsummaryrefslogtreecommitdiffstats
path: root/python/configure.py
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2025-02-13 11:33:27 +0200
committerSimo Fält <simo.falt@qt.io>2025-02-14 15:48:55 +0200
commit5eb7b9257de974ef0b3a4b128c0adf5ed24517f1 (patch)
tree82008db5e3bdd13ccbb44db9758053aa8379de71 /python/configure.py
parent04a5f670d3e7ae28e54bf194a3dd70e13d05ffc4 (diff)
Bump version number in Python wheels to match with QtDSqds-dev-4.7
Change-Id: Ia0c9bbaa0034e8ddb487244d5465bb4122eb9d08 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'python/configure.py')
-rw-r--r--python/configure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/configure.py b/python/configure.py
index 36b48dc..187e74d 100644
--- a/python/configure.py
+++ b/python/configure.py
@@ -74,7 +74,7 @@ def get_platform_tag() -> str:
# NOTE: Needs to be set by hand
-QTDS_VERSION = "4.6"
+QTDS_VERSION = "4.7"
def get_ds_version() -> str:
ds_path = Path("PySide6/ds")
if not ds_path.is_dir():