diff options
author | Simo Fält <simo.falt@qt.io> | 2021-02-03 18:11:01 +0200 |
---|---|---|
committer | Simo Fält <simo.falt@qt.io> | 2021-02-03 18:14:21 +0200 |
commit | b4c0e130fd3602a730854714a304ef202f1a8918 (patch) | |
tree | 7c5bd7aefe310e6732475360a566c05b03980d34 | |
parent | a426d5ee7881d5ab514ddcf6f2149bac6469a529 (diff) |
-rw-r--r-- | sources/pyside6/pyside_version.py | 6 | ||||
-rw-r--r-- | sources/shiboken6/shiboken_version.py | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sources/pyside6/pyside_version.py b/sources/pyside6/pyside_version.py index b5ebfa59c..289bd967c 100644 --- a/sources/pyside6/pyside_version.py +++ b/sources/pyside6/pyside_version.py @@ -39,15 +39,15 @@ major_version = "6" minor_version = "0" -patch_version = "0" +patch_version = "1" # For example: "a", "b", "rc" # (which means "alpha", "beta", "release candidate"). # An empty string means the generated package will be an official release. -release_version_type = "a" +release_version_type = "" # For example: "1", "2" (which means "beta1", "beta2", if type is "b"). -pre_release_version = "1" +pre_release_version = "" if __name__ == '__main__': # Used by CMake. diff --git a/sources/shiboken6/shiboken_version.py b/sources/shiboken6/shiboken_version.py index b5ebfa59c..289bd967c 100644 --- a/sources/shiboken6/shiboken_version.py +++ b/sources/shiboken6/shiboken_version.py @@ -39,15 +39,15 @@ major_version = "6" minor_version = "0" -patch_version = "0" +patch_version = "1" # For example: "a", "b", "rc" # (which means "alpha", "beta", "release candidate"). # An empty string means the generated package will be an official release. -release_version_type = "a" +release_version_type = "" # For example: "1", "2" (which means "beta1", "beta2", if type is "b"). -pre_release_version = "1" +pre_release_version = "" if __name__ == '__main__': # Used by CMake. |