Skip to content

Commit 040e8a0

Browse files
committed
Bump versions
The `case_validate` version is bumped to acknowledge behavior changes from pySHACL 0.24.0. References: * RDFLib/pySHACL#213 Signed-off-by: Alex Nelson <[email protected]>
1 parent e6f2cff commit 040e8a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

case_utils/__init__.py

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

17-
__version__ = "0.13.0"
17+
__version__ = "0.14.0"
1818

1919
from . import local_uuid # noqa: F401

case_utils/case_validate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
details.)
3333
"""
3434

35-
__version__ = "0.4.0"
35+
__version__ = "0.5.0"
3636

3737
import argparse
3838
import logging

0 commit comments

Comments
 (0)