Skip to content

Commit

Permalink
Merge pull request #129 from casework/release-0.13.0
Browse files Browse the repository at this point in the history
Release 0.13.0
  • Loading branch information
kchason authored Aug 29, 2023
2 parents 7e70f74 + 37c1323 commit 1611e58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
python-version:
- '3.8'
- '3.9'
- '3.11'

steps:
Expand Down
2 changes: 1 addition & 1 deletion case_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
#
# We would appreciate acknowledgement if the software is used.

__version__ = "0.12.0"
__version__ = "0.13.0"

from . import local_uuid # noqa: F401
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install_requires =
requests
tabulate
packages = find:
python_requires = >=3.8
python_requires = >=3.9

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 1611e58

Please sign in to comment.