From 0b69b7d5b261f2f9af3984793c1295b9b80cd01a Mon Sep 17 00:00:00 2001 From: Matteo Manica Date: Wed, 30 Aug 2023 10:28:40 +0200 Subject: [PATCH] feat: bumping version 1.3.2. 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 772ba30be..e6a14b888 100644 --- a/src/gt4sd/__init__.py +++ b/src/gt4sd/__init__.py @@ -23,7 +23,7 @@ # """Module initialization.""" -__version__ = "1.3.1" +__version__ = "1.3.2" __name__ = "gt4sd" # NOTE: configure SSL to allow unverified contexts by default