summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2021-07-22 16:34:22 +0200
committerDominik Holland <dominik.holland@googlemail.com>2022-01-27 13:50:04 +0100
commit4f9a87655bae24b5fbd555215e838f54cf0c0316 (patch)
treee721be979c720cb0cc4ce73055a8bae7a15510fa
parentd40474e41bae79b952963ec7909955fd54b2fdf4 (diff)
downloadqtivi-qface-4f9a87655bae24b5fbd555215e838f54cf0c0316.tar.gz
Bump version to 2.0.5
-rw-r--r--qface/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qface/__about__.py b/qface/__about__.py
index 0c932f5..4ac8bae 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.4"
+__version__ = "2.0.5"
__author__ = "JRyannel"
__author_email__ = ""
__copyright__ = "2019 Pelagicore"