We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d14a5 commit 603c5c2Copy full SHA for 603c5c2
case_utils/__init__.py
@@ -11,6 +11,6 @@
11
#
12
# We would appreciate acknowledgement if the software is used.
13
14
-__version__ = "0.8.1"
+__version__ = "0.8.1.post0"
15
16
from . import local_uuid # noqa: F401
case_utils/local_uuid.py
@@ -15,7 +15,7 @@
This library is a wrapper for uuid, provided to generate repeatable UUIDs if requested.
"""
17
18
-__version__ = "0.3.1"
+__version__ = "0.3.2"
19
20
import logging
21
import os
0 commit comments