From 2ecab5568b6ec2f749eab70c6ff847c7a4c441a0 Mon Sep 17 00:00:00 2001 From: kicka5h Date: Tue, 10 Mar 2026 14:28:11 -0700 Subject: [PATCH] bump version to 0.1.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd5b730..42b29f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "python-snacks" -version = "0.1.3" +version = "0.1.4" description = "A CLI tool for managing a personal stash of reusable Python code snippets." readme = "README.md" requires-python = ">=3.10"