From 4a17a27cb52b548316261983e3a45ac4f9ce9f4b Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Fri, 4 Sep 2026 10:05:37 -0700 Subject: [PATCH 1/3] Update c2pa version from v0.90.16 to v0.90.19 --- 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 e4781d0c..95fc7a03 100644 --- a/c2pa-native-version.txt +++ b/c2pa-native-version.txt @@ -1 +1 @@ -c2pa-v0.90.16 +c2pa-v0.90.19 From a1884bce8e51646262928eb4a63db0715ceab8d2 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Fri, 4 Sep 2026 10:07:05 -0700 Subject: [PATCH 2/3] Bump version from 0.37.9 to 0.37.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7fb6395..7620ff9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "c2pa-python" -version = "0.37.9" +version = "0.37.10" requires-python = ">=3.10" description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library" readme = { file = "README.md", content-type = "text/markdown" } From 18e9f02a763079eb732872b033f32799587b6544 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Fri, 4 Sep 2026 10:07:22 -0700 Subject: [PATCH 3/3] Bump version from 0.37.9 to 0.37.10 --- src/c2pa/c2pa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c2pa/c2pa.py b/src/c2pa/c2pa.py index 537135a4..d6f57c07 100644 --- a/src/c2pa/c2pa.py +++ b/src/c2pa/c2pa.py @@ -11,7 +11,7 @@ # specific language governing permissions and limitations under # each license. -# Version: 0.37.9 +# Version: 0.37.10 import ctypes import enum