From 4d3ab472b5caf53cd1e7e76141cabe815be2ba74 Mon Sep 17 00:00:00 2001 From: IamLizu Date: Mon, 3 Jul 2023 00:43:58 +0600 Subject: [PATCH] release v1.4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d5d3dd..8b77f5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "wpdetect" -version = "1.4.5" +version = "1.4.6" dependencies = [ "pyfiglet", "requests", "click", "toml" ]