From 37c132331fe8702b51f915245204a55e015d53fb Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 29 Aug 2023 12:58:07 -0400 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 c98638f..ee0b8df 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.12.0" +__version__ = "0.13.0" from . import local_uuid # noqa: F401