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 562d0a1 commit 4c9d545Copy full SHA for 4c9d545
case_utils/__init__.py
@@ -14,6 +14,6 @@
14
#
15
# We would appreciate acknowledgement if the software is used.
16
17
-__version__ = "0.12.1"
+__version__ = "0.12.1.post0"
18
19
from . import local_uuid # noqa: F401
case_utils/local_uuid.py
@@ -20,7 +20,7 @@
20
The function local_uuid() should be used in code where a user could be expected to opt in to non-random UUIDs.
21
"""
22
23
-__version__ = "0.4.0"
+__version__ = "0.4.1"
24
25
__all__ = ["configure", "local_uuid"]
26
0 commit comments