From db73c64cdd486bdf037728d733b0380f7c2d2023 Mon Sep 17 00:00:00 2001 From: Ran Aroussi Date: Wed, 10 Jul 2024 11:11:01 +0100 Subject: [PATCH] version ++ --- pystore/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pystore/__init__.py b/pystore/__init__.py index 5be8ace..7ecfe5a 100755 --- a/pystore/__init__.py +++ b/pystore/__init__.py @@ -31,7 +31,7 @@ set_partition_size, get_partition_size, list_stores, delete_store, delete_stores) -__version__ = "0.1.23" +__version__ = "0.1.24" __author__ = "Ran Aroussi" __all__ = ["store", "read_csv", "get_path", "set_path",