From 603c5c261ac5612cb7d881bd3dc31e9ff6c4c57b Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 8 Jan 2024 14:50:01 -0800 Subject: [PATCH] Bump versions Signed-off-by: Alex Nelson --- case_utils/__init__.py | 2 +- case_utils/local_uuid.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/case_utils/__init__.py b/case_utils/__init__.py index 0c9a49e..865fe53 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.8.1" +__version__ = "0.8.1.post0" from . import local_uuid # noqa: F401 diff --git a/case_utils/local_uuid.py b/case_utils/local_uuid.py index 5db3c00..a8dfedf 100644 --- a/case_utils/local_uuid.py +++ b/case_utils/local_uuid.py @@ -15,7 +15,7 @@ This library is a wrapper for uuid, provided to generate repeatable UUIDs if requested. """ -__version__ = "0.3.1" +__version__ = "0.3.2" import logging import os