summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2021-09-22 14:34:21 +0200
committerDominik Holland <dominik.holland@googlemail.com>2021-09-22 16:34:48 +0200
commit8ec14b44eb61574c9cf2c0c339f587342f69f874 (patch)
tree1a45e0f3093bb2668d99227bf078003097f3a48e
parent4f4027b4bb677eafad0bfb2593226b71ee2c98e6 (diff)
downloadqtivi-qface-8ec14b44eb61574c9cf2c0c339f587342f69f874.tar.gz
Bump version to 2.0.6
-rw-r--r--qface/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qface/__about__.py b/qface/__about__.py
index 4ac8bae..054b9ff 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.5"
+__version__ = "2.0.6"
__author__ = "JRyannel"
__author_email__ = ""
__copyright__ = "2019 Pelagicore"