From 270478211ddb7a84e19c735dcf6639e6ece20b9e Mon Sep 17 00:00:00 2001 From: Matt Harris Date: Thu, 30 Apr 2026 16:54:28 -0400 Subject: [PATCH] chore: bump version to 0.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc09ce8..e59da28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "parallel-google-adk" -version = "0.1.0" +version = "0.0.1" description = "Google ADK FunctionTools and Plugin for Parallel APIs (search, extract, deep research)." readme = "README.md" requires-python = ">=3.10"