summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Ryannel <juergen@ryannel.org>2020-02-04 14:49:28 +0100
committerDominik Holland <dominik.holland@googlemail.com>2022-01-27 13:50:04 +0100
commit5065820634ba91a8b7d28236afb0c6a9dd5cdef7 (patch)
tree31399879d170fe6c965cf73b754e9392911dc535
parentab73d1eb69226fd6d0b88a48ea3a8ebafc6720c3 (diff)
downloadqtivi-qface-5065820634ba91a8b7d28236afb0c6a9dd5cdef7.tar.gz
add patch release 2.0.2
-rw-r--r--qface/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qface/__about__.py b/qface/__about__.py
index ba588e4..794bed6 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.1"
+__version__ = "2.0.2"
__author__ = "JRyannel"
__author_email__ = ""
__copyright__ = "2019 Pelagicore"