Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion case_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
#
# We would appreciate acknowledgement if the software is used.

__version__ = "0.17.0"
__version__ = "0.18.0"
2 changes: 1 addition & 1 deletion case_utils/case_sparql_select/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Should a more complex query be necessary, an outer, wrapping SELECT query would let this script continue to function.
"""

__version__ = "0.5.3"
__version__ = "0.5.4"

import argparse
import binascii
Expand Down
2 changes: 1 addition & 1 deletion case_utils/case_validate/validate_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# We would appreciate acknowledgement if the software is used.

__version__ = "0.3.0"
__version__ = "0.3.1"

import importlib
import logging
Expand Down
2 changes: 1 addition & 1 deletion case_utils/ontology/version_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
When preparing to build a new monolithic ontology, please edit this variable to match the new respective version.
"""

__version__ = "0.8.0"
__version__ = "0.9.0"

__all__ = ["CURRENT_CASE_VERSION", "built_version_choices_list"]

Expand Down
2 changes: 1 addition & 1 deletion tests/src/isomorphic_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
On resolution of rdflib issue 812, and on adding some format-support flexibility, isomorphic_diff.py is likely to be deprecated in favor of using the upstream rdfgraphisomorphism command.
"""

__version__ = "0.2.2"
__version__ = "0.2.3"

import argparse
import logging
Expand Down