From 7ac11be8e2f324c146d5a192b901c821a7c2f477 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:25:31 -0700 Subject: [PATCH 1/3] chore: Update c2pa version from v0.78.6 to v0.78.8 --- c2pa-native-version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c2pa-native-version.txt b/c2pa-native-version.txt index 4b68446b..d53bbd96 100644 --- a/c2pa-native-version.txt +++ b/c2pa-native-version.txt @@ -1 +1 @@ -c2pa-v0.78.6 +c2pa-v0.78.8 From bf0c4bb6d41abd292f117d5568aab27c20a98e08 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:26:09 -0700 Subject: [PATCH 2/3] Update expected SDK version in unit test --- tests/test_unit_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_unit_tests.py b/tests/test_unit_tests.py index 02e5c0e8..6e24aa39 100644 --- a/tests/test_unit_tests.py +++ b/tests/test_unit_tests.py @@ -70,7 +70,7 @@ def load_test_settings_json(): class TestC2paSdk(unittest.TestCase): def test_sdk_version(self): # This test verifies the native libraries used match the expected version. - self.assertIn("0.78.6", sdk_version()) + self.assertIn("0.78.8", sdk_version()) class TestReader(unittest.TestCase): From 7a6b9daced7d5131135ab0582579e19a7c81698e Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:27:53 -0700 Subject: [PATCH 3/3] Bump version from 0.30.0 to 0.31.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c77ca687..f5c98790 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "c2pa-python" -version = "0.30.0" +version = "0.31.0" requires-python = ">=3.10" description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library" readme = { file = "README.md", content-type = "text/markdown" }