From 1b86a1adfd01c7349f9cb6190f08aea4fe27d2ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 Jun 2025 05:09:18 +0000 Subject: [PATCH] Update version to 0.2.1 to match release tag This automated commit updates the version in pyproject.toml to match the release tag 0.2.1. Previous version: 0.2.0 New version: 0.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ab0ca6..eca92ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "avidtools" -version = "0.2.0" +version = "0.2.1" description = "Developer tools for AVID" authors = [ {name = "Subho Majumdar", email = "subho@avidml.org"},