From 31e357b0813aa277eb7fb8831d0ca6ed6d91f152 Mon Sep 17 00:00:00 2001 From: Matteo Manica Date: Tue, 31 Jan 2023 09:04:18 +0100 Subject: [PATCH] feat: bumping version 1.1.6. Signed-off-by: Matteo Manica --- src/gt4sd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gt4sd/__init__.py b/src/gt4sd/__init__.py index 190970d29..d182089a7 100644 --- a/src/gt4sd/__init__.py +++ b/src/gt4sd/__init__.py @@ -23,7 +23,7 @@ # """Module initialization.""" -__version__ = "1.1.5" +__version__ = "1.1.6" __name__ = "gt4sd" # NOTE: configure SSL to allow unverified contexts by default