From 5c20bacdf377da5396ee0cb170595a091871edc3 Mon Sep 17 00:00:00 2001 From: Arash Hatami Date: Sun, 25 Feb 2024 13:19:47 +0330 Subject: [PATCH] chore: inc app's version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 794d94b..9b4e582 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ name = "check-filter" packages = [{include = "check_filter"}] readme = "README.md" repository = "https://github.com/hatamiarash7/CheckFiltering" -version = "2.0.3" +version = "2.3.3" [tool.poetry.dependencies] dnspython = "^2.4.0"