From 61e718af3f7e1d35ffe9a77447a6321b3e1fa260 Mon Sep 17 00:00:00 2001 From: Helge Gehring Date: Sun, 31 Jan 2021 17:52:20 +0100 Subject: [PATCH] set version to 1.1.4 --- gdshelpers/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdshelpers/__init__.py b/gdshelpers/__init__.py index 11a98d4..ce9dd93 100644 --- a/gdshelpers/__init__.py +++ b/gdshelpers/__init__.py @@ -11,4 +11,4 @@ configuration = _Configuration() -__version__ = '1.1.3' +__version__ = '1.1.4'