From 4b4e36b9b6820ed2ccad6a987730236c92528cba Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Tue, 5 Apr 2022 10:16:10 +0200 Subject: [PATCH] Bump version to 2.0.7 --- qface/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qface/__about__.py b/qface/__about__.py index 054b9ff..a3ceadc 100644 --- a/qface/__about__.py +++ b/qface/__about__.py @@ -9,7 +9,7 @@ __title__ = "qface" __summary__ = "A generator framework based on a common modern IDL" __url__ = "https://pelagicore.github.io/qface/" -__version__ = "2.0.6" +__version__ = "2.0.7" __author__ = "JRyannel" __author_email__ = "" __copyright__ = "2019 Pelagicore"