From c3f6a42e899c1bc1cc3d5343e6151d09d91eea64 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Wed, 7 Aug 2024 14:38:30 +0200 Subject: [PATCH] Bump version to 2.0.11 --- qface/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qface/__about__.py b/qface/__about__.py index 7b1d16a..44d54d6 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.10" +__version__ = "2.0.11" __author__ = "JRyannel" __author_email__ = "" __copyright__ = "2019 Pelagicore"