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