From c1ad4f3e6595827970e473a21c92709aa24840fe Mon Sep 17 00:00:00 2001 From: Matteo Manica Date: Tue, 31 Jan 2023 00:06:31 +0100 Subject: [PATCH] feat: bumping version 1.1.5. 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 f569956ca..190970d29 100644 --- a/src/gt4sd/__init__.py +++ b/src/gt4sd/__init__.py @@ -23,7 +23,7 @@ # """Module initialization.""" -__version__ = "1.1.4" +__version__ = "1.1.5" __name__ = "gt4sd" # NOTE: configure SSL to allow unverified contexts by default