From a22cbfaa968da52ec483e497464944b078dd28d6 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 5 May 2020 15:20:03 +0200 Subject: [PATCH] update version number --- rt1/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt1/__init__.py b/rt1/__init__.py index ba4a93be..7144b23d 100644 --- a/rt1/__init__.py +++ b/rt1/__init__.py @@ -2,5 +2,5 @@ Import module for RT1 module """ -__version__ = '1.1.6' +__version__ = '1.1.7' __author__ = 'Raphael Quast'