diff options
| author | Simo Fält <simo.falt@qt.io> | 2024-10-01 07:51:19 +0300 |
|---|---|---|
| committer | Simo Fält <simo.falt@qt.io> | 2024-10-01 15:07:17 +0300 |
| commit | 233faec5999b99167dd0dc38e172e7ff71dd31f0 (patch) | |
| tree | 703fb0778ced4eb225ff9798fc0a3a8061e12860 /python/configure.py | |
| parent | 2930e08181ea0d9d7361249ad2c903d5ecacead0 (diff) | |
Bump version number in Python wheels to match with QtDS
Change-Id: Ibe1c1838048423b02dfca5a1c252a358938b851a
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'python/configure.py')
| -rw-r--r-- | python/configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/configure.py b/python/configure.py index 6549806..36b48dc 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.5" +QTDS_VERSION = "4.6" def get_ds_version() -> str: ds_path = Path("PySide6/ds") if not ds_path.is_dir(): |
