From 44f3ab4fbe268df36443d61f150d61f37ed0115f Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:38:08 -0700 Subject: [PATCH 1/2] chore: Bump to c2pa-rs v0.89.0 --- 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 f04e61df..3868092e 100644 --- a/c2pa-native-version.txt +++ b/c2pa-native-version.txt @@ -1 +1 @@ -c2pa-v0.88.0 +c2pa-v0.89.0 From 1b75f7f93cf05b18d4e2e845d6561eed21169f9a Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:39:30 -0700 Subject: [PATCH 2/2] Bump version from 0.35.1 to 0.36.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3929c759..518d1de5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "c2pa-python" -version = "0.35.1" +version = "0.36.0" requires-python = ">=3.10" description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library" readme = { file = "README.md", content-type = "text/markdown" }