Skip to content

Commit 4c9d545

Browse files
committed
Bump versions
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 562d0a1 commit 4c9d545

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

case_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
#
1515
# We would appreciate acknowledgement if the software is used.
1616

17-
__version__ = "0.12.1"
17+
__version__ = "0.12.1.post0"
1818

1919
from . import local_uuid # noqa: F401

case_utils/local_uuid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
The function local_uuid() should be used in code where a user could be expected to opt in to non-random UUIDs.
2121
"""
2222

23-
__version__ = "0.4.0"
23+
__version__ = "0.4.1"
2424

2525
__all__ = ["configure", "local_uuid"]
2626

0 commit comments

Comments
 (0)