From 13b4b7b211c232ebbd0f0dc35cab4e95b4304eea Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:51:31 -0700 Subject: [PATCH 1/3] feat: Update C2PA version to 0.90.0-rc.1 --- 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 3868092e..73475c1a 100644 --- a/c2pa-native-version.txt +++ b/c2pa-native-version.txt @@ -1 +1 @@ -c2pa-v0.89.0 +0.90.0-rc.1 From 12917d6c2ac94f9c8a63b50de6babe1fc09d4e93 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:52:12 -0700 Subject: [PATCH 2/3] Bump version from 0.36.0 to 0.37.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 518d1de5..0ea21bd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "c2pa-python" -version = "0.36.0" +version = "0.37.0" requires-python = ">=3.10" description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library" readme = { file = "README.md", content-type = "text/markdown" } From 8a96a425a32a8b783da45e1960c951cf7efa1aa9 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:52:28 -0700 Subject: [PATCH 3/3] Add version comment for c2pa-python v0.37.0 --- src/c2pa/c2pa.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/c2pa/c2pa.py b/src/c2pa/c2pa.py index 07f12ed4..5c3301e0 100644 --- a/src/c2pa/c2pa.py +++ b/src/c2pa/c2pa.py @@ -11,6 +11,8 @@ # specific language governing permissions and limitations under # each license. +# c2pa-python v0.37.0 + import ctypes import enum import json