Skip to content

Commit 603c5c2

Browse files
committed
Bump versions
Signed-off-by: Alex Nelson <[email protected]>
1 parent 54d14a5 commit 603c5c2

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
@@ -11,6 +11,6 @@
1111
#
1212
# We would appreciate acknowledgement if the software is used.
1313

14-
__version__ = "0.8.1"
14+
__version__ = "0.8.1.post0"
1515

1616
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
@@ -15,7 +15,7 @@
1515
This library is a wrapper for uuid, provided to generate repeatable UUIDs if requested.
1616
"""
1717

18-
__version__ = "0.3.1"
18+
__version__ = "0.3.2"
1919

2020
import logging
2121
import os

0 commit comments

Comments
 (0)