From b7a11ae3e779954428806296b1cab01494b29bf1 Mon Sep 17 00:00:00 2001 From: "Uyanik, Yusuf" Date: Mon, 2 Oct 2023 10:11:24 +0200 Subject: [PATCH] Update __init__.py --- 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