From d383239be5f2e0f791d850295f54c721a649ef59 Mon Sep 17 00:00:00 2001 From: Gopalakrishna Sharma Date: Thu, 26 Mar 2026 12:07:51 +0530 Subject: [PATCH] Update version Previously, for Flac support, I had updated the patch version instead of minor version. Correcting that. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4cac78cf..c77ca687 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "c2pa-python" -version = "0.29.1" +version = "0.30.0" requires-python = ">=3.10" description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library" readme = { file = "README.md", content-type = "text/markdown" }