summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2021-06-29 14:53:05 +0200
committerDominik Holland <dominik.holland@googlemail.com>2021-07-05 16:14:13 +0200
commit988042f0be4796d179fdfface364a8e71281c63b (patch)
treece8b79be8b7746698087d44a4ee6474969f3987e
parent69092c11c800e0d4b8448221b6e082c4c93cf3e1 (diff)
downloadqtivi-qface-988042f0be4796d179fdfface364a8e71281c63b.tar.gz
Bump version to 2.0.4
-rw-r--r--qface/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qface/__about__.py b/qface/__about__.py
index b3d0f67..0c932f5 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.3"
+__version__ = "2.0.4"
__author__ = "JRyannel"
__author_email__ = ""
__copyright__ = "2019 Pelagicore"