diff --git a/prowler/config/config.py b/prowler/config/config.py index 450f44c2..b8744642 100644 --- a/prowler/config/config.py +++ b/prowler/config/config.py @@ -9,7 +9,7 @@ from prowler.lib.utils.utils import open_file, parse_json_file timestamp = datetime.today() timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc) -prowler_version = "3.0.1" +prowler_version = "3.0.2" html_logo_url = "https://github.com/prowler-cloud/prowler/" html_logo_img = "https://user-images.githubusercontent.com/3985464/113734260-7ba06900-96fb-11eb-82bc-d4f68a1e2710.png" diff --git a/pyproject.toml b/pyproject.toml index a5477a09..385aa0ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "prowler-cloud" # https://peps.python.org/pep-0440/ -version = "3.0.1" +version = "3.0.2" authors = [{ name = "Toni de la Fuente", email = "toni@blyx.com" }] maintainers = [ { name = "Sergio Garcia", email = "sergio@verica.io" },