From 48f2cf3250e07e4d999b6e4fd55c219336fe6963 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:28:04 -0700 Subject: [PATCH 1/3] fix: Update c2pa-native-version.txt --- 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 8f6f2e02..6680a69e 100644 --- a/c2pa-native-version.txt +++ b/c2pa-native-version.txt @@ -1 +1 @@ -c2pa-v0.65.1 +c2pa-v0.67.0 From 3bb9cdb3872af667749f9f92eec69b8e8543d0b1 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:28:43 -0700 Subject: [PATCH 2/3] fix: Update test_unit_tests.py --- 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 1b0b785f..b15ffe10 100644 --- a/tests/test_unit_tests.py +++ b/tests/test_unit_tests.py @@ -40,7 +40,7 @@ class TestC2paSdk(unittest.TestCase): def test_sdk_version(self): - self.assertIn("0.65.1", sdk_version()) + self.assertIn("0.67.0", sdk_version()) class TestReader(unittest.TestCase): From 933c011b15565736d2744074046b4788fd1d98f0 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:29:02 -0700 Subject: [PATCH 3/3] fix: Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3c873f6..e48f85a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "c2pa-python" -version = "0.23.1" +version = "0.24.0" requires-python = ">=3.10" description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library" readme = { file = "README.md", content-type = "text/markdown" }