From 8712bf7b487f9a4f14842c75d77a3c693fe83633 Mon Sep 17 00:00:00 2001 From: Tania Mathern Date: Wed, 10 Sep 2025 12:46:03 -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 84f07409..cc22060b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "c2pa-python" -version = "0.20.0" +version = "0.21.0" requires-python = ">=3.10" description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library" readme = { file = "README.md", content-type = "text/markdown" }