From 69f9ff2d30808f493075d8fca23c921cc00d36e4 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Wed, 22 Sep 2021 14:34:21 +0200 Subject: Bump version to 2.0.6 --- qface/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1