Skip to content

Commit 6da50db

Browse files
committed
Bump versions
Signed-off-by: Alex Nelson <[email protected]>
1 parent 607381a commit 6da50db

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.10.0"
14+
__version__ = "0.11.0"
1515

1616
from . import local_uuid # noqa: F401

case_utils/case_file/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
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.
1616
"""
1717

18-
__version__ = "0.4.0"
18+
__version__ = "0.5.0"
1919

2020
import argparse
2121
import datetime

case_utils/inherent_uuid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
>>> assert str(n_file_facet)[-36:] == str(n_file_facet_2)[-36:]
5555
"""
5656

57-
__version__ = "0.0.3"
57+
__version__ = "0.1.0"
5858

5959
import binascii
6060
import re

case_utils/ontology/src/ontology_and_version_iris.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
This script creates a list of all ontology and version IRIs that have ever existed in a CDO ontology to describe a CDO ontology. I.e. the subject of triples with owl:Ontology as predicate are included, as are the objects of version-referencing triples (owl:versionIRI, owl:incompatibleWith, etc.).
1616
"""
1717

18-
__version__ = "0.1.0"
18+
__version__ = "0.1.1"
1919

2020
import argparse
2121
import typing

0 commit comments

Comments
 (0)