From e5aa88804947ae13427a7de22373138cee5a8a19 Mon Sep 17 00:00:00 2001 From: Ethan Date: Wed, 27 Mar 2024 20:54:11 +0900 Subject: [PATCH] fix version --- src/splat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/splat/__init__.py b/src/splat/__init__.py index 902ac341..8464e109 100644 --- a/src/splat/__init__.py +++ b/src/splat/__init__.py @@ -3,7 +3,7 @@ __package_name__ = __name__ # Should be synced with pyproject.toml -__version__ = "0.24.1" +__version__ = "0.23.1" __author__ = "ethteck" from . import util as util