From 38123960bb76c4eb6e14fa28fe79ffaea6843b8c Mon Sep 17 00:00:00 2001 From: CocoRoF Date: Tue, 17 Mar 2026 15:55:28 +0900 Subject: [PATCH] fix: bump version to 0.2.2 in Cargo.toml and pyproject.toml --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e694154..d7e0b44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "googer" -version = "0.2.1" +version = "0.2.2" edition = "2021" description = "A powerful, type-safe Google Search library for Python — powered by Rust." license = "Apache-2.0" diff --git a/pyproject.toml b/pyproject.toml index fb849ac..b67f7a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "googer" -version = "0.2.1" +version = "0.2.2" description = "A powerful, type-safe Google Search library for Python — powered by Rust." readme = "README.md" requires-python = ">=3.10"