From 0c8307fc73c22e3eff6f60214649a568f8ce4d17 Mon Sep 17 00:00:00 2001 From: Tania Mathern Date: Mon, 8 Jun 2026 14:11:39 -0700 Subject: [PATCH] fix: Update --- c2pa-native-version.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c2pa-native-version.txt b/c2pa-native-version.txt index c879011f..c8823f95 100644 --- a/c2pa-native-version.txt +++ b/c2pa-native-version.txt @@ -1 +1 @@ -c2pa-v0.85.2 +c2pa-v0.86.1 diff --git a/pyproject.toml b/pyproject.toml index 627f93f5..c05ba39a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "c2pa-python" -version = "0.32.12" +version = "0.32.13" requires-python = ">=3.10" description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library" readme = { file = "README.md", content-type = "text/markdown" }