From d40d766b7273d85284cc052f1612f4ce5a834954 Mon Sep 17 00:00:00 2001 From: Juergen Bocklage-Ryannel Date: Thu, 18 Jan 2018 15:11:55 +0100 Subject: bumped version number --- qface/__about__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qface/__about__.py b/qface/__about__.py index 7073a0f..e3fb0a8 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__ = "1.8.1" +__version__ = "1.9" __author__ = "JRyannel" __author_email__ = "qface-generator@googlegroups.com" -__copyright__ = "2017 Pelagicore" +__copyright__ = "2019 Pelagicore" -- cgit v1.2.3