From 2398b5b7a8246cb5c3fa3a9a7b608d6febfc8bf5 Mon Sep 17 00:00:00 2001 From: Matteo Manica Date: Thu, 12 Sep 2024 15:43:18 +0200 Subject: [PATCH] chore: bumping version 1.4.3. 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 bacfa5e8e..69e8db1b3 100644 --- a/src/gt4sd/__init__.py +++ b/src/gt4sd/__init__.py @@ -23,7 +23,7 @@ # """Module initialization.""" -__version__ = "1.4.2" +__version__ = "1.4.3" __name__ = "gt4sd" # NOTE: configure SSL to allow unverified contexts by default