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