Skip to content

Commit 3c44684

Browse files
committed
Bump versions
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 64a16f9 commit 3c44684

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.15.0"
17+
__version__ = "0.16.0"

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.2.0"
17+
__version__ = "0.3.0"
1818

1919
import importlib
2020
import logging

case_utils/ontology/version_info.py

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

25-
__version__ = "0.6.1"
25+
__version__ = "0.7.0"
2626

2727
__all__ = ["CURRENT_CASE_VERSION", "built_version_choices_list"]
2828

0 commit comments

Comments
 (0)