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