diff --git a/pydomdisco/psl_tlds.pkl b/pydomdisco/psl_tlds.pkl index 000b2e2..6f3850b 100644 Binary files a/pydomdisco/psl_tlds.pkl and b/pydomdisco/psl_tlds.pkl differ diff --git a/pyproject.toml b/pyproject.toml index 59372ed..2fc911f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pydomdisco" -version = "0.4.4" +version = "0.4.5" description = "A fast async domain discovery tool written in Rust" authors = [ {email = "gal@intsights.com"}, @@ -34,7 +34,7 @@ sdist-include = [ [tool.poetry] name = "pydomdisco" -version = "0.4.4" +version = "0.4.5" authors = ["Gal Ben David "] description = "A fast async domain discovery tool written in Rust" readme = "README.md"