diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a617f7c..1995845 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 diff --git a/README.md b/README.md index 976e8b0..cd0700c 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ This project follows [SEMVER 2.0.0](https://semver.org/) where versions are decl This repository supports the CASE and UCO ontology versions that are distributed with the [CASE-Utilities-Python repository](https://github.com/casework/CASE-Utilities-Python), at the newest version below a ceiling-pin in [setup.cfg](setup.cfg). Currently, those ontology versions are: -* CASE 1.2.0 -* UCO 1.2.0 +* CASE 1.3.0 +* UCO 1.3.0 ## Repository locations diff --git a/case_exiftool/__init__.py b/case_exiftool/__init__.py index 8b2c217..801dae6 100644 --- a/case_exiftool/__init__.py +++ b/case_exiftool/__init__.py @@ -15,7 +15,7 @@ This tool parses the RDF output of ExifTool, mapping it into UCO properties and relationships-of-assumption. An analyst should later annotate the output with their beliefs on its verity. """ -__version__ = "0.10.0" +__version__ = "0.11.0" import argparse import contextlib diff --git a/setup.cfg b/setup.cfg index af8fba4..2f89e27 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ classifiers = [options] install_requires = - case_utils >= 0.15.0, < 0.16.0 + case_utils >= 0.16.0, < 0.17.0 python-dateutil packages = find: python_requires = >=3.9