From 5e8f7a1a2180dbbc967f0f884e46eb5c8c169581 Mon Sep 17 00:00:00 2001 From: "Uyanik, Yusuf" Date: Mon, 2 Oct 2023 10:23:33 +0200 Subject: [PATCH] Bump version --- python/pdstools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pdstools/__init__.py b/python/pdstools/__init__.py index 4d95fbb4..e21963cc 100644 --- a/python/pdstools/__init__.py +++ b/python/pdstools/__init__.py @@ -1,6 +1,6 @@ """Python pdstools""" -__version__ = "3.2.3" +__version__ = "3.2.4" from polars import enable_string_cache