From 55dc477aa9ebb9dc7521f0554f19c373b538db94 Mon Sep 17 00:00:00 2001 From: Michael Bargury <11074433+mbrg@users.noreply.github.com> Date: Fri, 9 Aug 2024 17:45:11 +0300 Subject: [PATCH] Update setup.cfg --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index bbe7007..9b9038e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = powerpwn author = Michael Bargury, Lana Salameh and Avishai Efrat -version = 3.0.0 +version = 3.0.1 [options] install_requires = @@ -85,4 +85,4 @@ warn_return_any = false init_forbid_extra = true init_typed = true warn_required_dynamic_aliases = true -warn_untyped_fields = true \ No newline at end of file +warn_untyped_fields = true