From f0b49154692f0c3c608135e2c4e574b7e72dd97a Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 8 Jan 2024 15:53:53 -0800 Subject: [PATCH] Bump version Signed-off-by: Alex Nelson --- case_utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/case_utils/__init__.py b/case_utils/__init__.py index 27a73ff..898dacd 100644 --- a/case_utils/__init__.py +++ b/case_utils/__init__.py @@ -14,6 +14,6 @@ # # We would appreciate acknowledgement if the software is used. -__version__ = "0.14.1" +__version__ = "0.14.1.post0" from . import local_uuid # noqa: F401