Skip to content

Commit be829b1

Browse files
committed
Bump versions
Signed-off-by: Alex Nelson <[email protected]>
1 parent dbc0128 commit be829b1

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
@@ -11,6 +11,6 @@
1111
#
1212
# We would appreciate acknowledgement if the software is used.
1313

14-
__version__ = "0.8.0"
14+
__version__ = "0.9.0"
1515

1616
from . import local_uuid # noqa: F401

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.4"
29+
__version__ = "0.5.0"
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.2.0"
32+
__version__ = "0.3.0"
3333

3434
import argparse
3535
import importlib.resources

0 commit comments

Comments
 (0)