From ad2f2a99dfbada009a2a9f41066bde540c42c116 Mon Sep 17 00:00:00 2001 From: TrishulaSoftware Date: Sun, 18 Jan 2026 19:27:10 -0500 Subject: [PATCH] chore(release): v0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3c37a8..c8a9153 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bise2" -version = "0.1.0" +version = "0.1.2" description = "BashISE (bise2) - packaged" readme = "README.md" requires-python = ">=3.8"