Skip to content

Commit 8b0cff8

Browse files
committed
Bump versions
References: * [AC-213] Release CASE-Utilities-Python 0.4.0 Signed-off-by: Alex Nelson <[email protected]>
1 parent 5cf10e6 commit 8b0cff8

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.3.0"
14+
__version__ = "0.4.0"
1515

1616
from . import local_uuid

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.2.0"
18+
__version__ = "0.3.0"
1919

2020
import datetime
2121
import hashlib

case_utils/case_sparql_construct/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
This script executes a SPARQL CONSTRUCT query, returning a graph of the generated triples.
1616
"""
1717

18-
__version__ = "0.2.0"
18+
__version__ = "0.2.1"
1919

2020
import argparse
2121
import logging

case_utils/case_sparql_select/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Should a more complex query be necessary, an outer, wrapping SELECT query would let this script continue to function.
2727
"""
2828

29-
__version__ = "0.4.0"
29+
__version__ = "0.4.1"
3030

3131
import argparse
3232
import binascii

case_utils/case_validate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
details.)
3030
"""
3131

32-
__version__ = "0.1.0"
32+
__version__ = "0.1.1"
3333

3434
import argparse
3535
import importlib.resources

case_utils/ontology/version_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
When preparing to build a new monolithic ontology, please edit this variable to match the new respective version.
2020
"""
2121

22-
__version__ = "0.1.0"
22+
__version__ = "0.2.0"
2323

2424
__all__ = ["CURRENT_CASE_VERSION", "built_version_choices_list"]
2525

0 commit comments

Comments
 (0)