From ee457d2c8397fd4a3b81f960975c68e79dc157e1 Mon Sep 17 00:00:00 2001 From: kicka5h Date: Tue, 10 Mar 2026 15:26:17 -0700 Subject: [PATCH] bump version to v0.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6711a19..01d9e2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "python-snacks" -version = "0.2.1" +version = "0.2.2" description = "A CLI tool for managing a personal stash of reusable Python code snippets." readme = "README.md" requires-python = ">=3.10"