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>2022-01-27 13:50:04 +0100
commit69f9ff2d30808f493075d8fca23c921cc00d36e4 (patch)
tree1a45e0f3093bb2668d99227bf078003097f3a48e
parentb9eb94192848dd3a610c27404b14ff285260c44a (diff)
downloadqtivi-qface-69f9ff2d30808f493075d8fca23c921cc00d36e4.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"