Skip to content

Commit 5cd31f4

Browse files
committed
Bump versions
Signed-off-by: Alex Nelson <[email protected]>
1 parent 91bae5e commit 5cd31f4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

case_utils/__init__.py

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

17-
__version__ = "0.14.1.post0"
17+
__version__ = "0.15.0"

case_utils/case_file/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
This module creates a graph object that provides a basic UCO characterization of a single file. The gathered metadata is among the more "durable" file characteristics, i.e. characteristics that would remain consistent when transferring a file between locations.
1919
"""
2020

21-
__version__ = "0.5.1"
21+
__version__ = "0.6.0"
2222

2323
import argparse
2424
import datetime

case_utils/case_validate/validate_utils.py

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

17-
__version__ = "0.1.0"
17+
__version__ = "0.2.0"
1818

1919
import importlib
2020
import logging

case_utils/inherent_uuid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
>>> assert str(n_file_facet)[-36:] == str(n_file_facet_2)[-36:]
5858
"""
5959

60-
__version__ = "0.1.1"
60+
__version__ = "0.1.2"
6161

6262
import binascii
6363
import re

case_utils/local_uuid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
This library was a wrapper for uuid, provided to generate repeatable UUIDs if requested. It is now a temporary re-export of functionality migrated to cdo_local_uuid.
1919
"""
2020

21-
__version__ = "0.4.1"
21+
__version__ = "0.5.0"
2222

2323
__all__ = ["configure", "local_uuid"]
2424

0 commit comments

Comments
 (0)