From 6bbd4397089648d58cf1bb587128d515cd638c74 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 29 Nov 2023 18:48:33 +0000 Subject: [PATCH] Release 0.2.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2cd11f5..92ceba2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ src_paths = [] [tool.poetry] name = "istub" -version = "0.2.3" +version = "0.2.4" description = "Validator for type annotations" authors = ["Vlad Emelianov "] license = "MIT"