From 982fd1dfe24568513487f09ed620ea457d2c5462 Mon Sep 17 00:00:00 2001 From: Tania Mathern Date: Tue, 14 Oct 2025 14:33:31 -0700 Subject: [PATCH] fix: Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f872e362..d4722df1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "c2pa-python" -version = "0.27.0" +version = "0.27.1" requires-python = ">=3.10" description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library" readme = { file = "README.md", content-type = "text/markdown" }