From 8b29b941af0081fb42d89a70e1845e95cf5ba936 Mon Sep 17 00:00:00 2001 From: nikto_b Date: Fri, 29 Aug 2025 01:29:24 +0300 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6033938..f497e26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "megasniff" -version = "0.2.3.post2" +version = "0.2.4" description = "Library for in-time codegened type validation" authors = [ { name = "nikto_b", email = "niktob560@yandex.ru" }