diff options
| author | Dominik Holland <dominik.holland@qt.io> | 2025-06-12 13:36:16 +0200 |
|---|---|---|
| committer | Dominik Holland <dominik.holland@qt.io> | 2025-06-12 13:36:16 +0200 |
| commit | 19df9502bb7dd9fd069051efabdcba1b7b3c5003 (patch) | |
| tree | 5427868887c0ada5e78990898ac2c405a66082d1 | |
| parent | 5e5fcf00b0e56940671ccd15d617fc75c049d705 (diff) | |
Bump version to 2.0.132.0.13upstream/develop
| -rw-r--r-- | qface/__about__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qface/__about__.py b/qface/__about__.py index 393ba63..e6f3398 100644 --- a/qface/__about__.py +++ b/qface/__about__.py @@ -9,7 +9,7 @@ except NameError: __title__ = "qface" __summary__ = "A generator framework based on a common modern IDL" __url__ = "https://pelagicore.github.io/qface/" -__version__ = "2.0.12" +__version__ = "2.0.13" __author__ = "JRyannel" __author_email__ = "" __copyright__ = "2019 Pelagicore" |
