From 3473e59f8ebd796482cf96ebf328e6d05a8c4787 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 22 Dec 2023 09:50:40 -0500 Subject: [PATCH] Bump version References: * https://packaging.python.org/en/latest/specifications/version-specifiers/#post-release-separators 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 b2eab35..bdcd08b 100644 --- a/case_utils/__init__.py +++ b/case_utils/__init__.py @@ -11,6 +11,6 @@ # # We would appreciate acknowledgement if the software is used. -__version__ = "0.5.1" +__version__ = "0.5.1.post0" from . import local_uuid