From 6fe37a5ae1efdf0bc242409ebfeb6c61ddf66a83 Mon Sep 17 00:00:00 2001 From: nikto_b Date: Mon, 21 Jul 2025 15:32:38 +0300 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a804cec..394d4b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "breakshaft" -version = "0.1.0.post2" +version = "0.1.1" description = "Library for in-time codegen for type conversion" authors = [ { name = "nikto_b", email = "niktob560@yandex.ru" }