From 5ebdf66d2247b404ae18e303151a892d87d21afc Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Fri, 20 Jan 2023 15:36:27 +0100 Subject: [PATCH] release: 3.1.1 (#1744) Co-authored-by: sergargar --- prowler/config/config.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prowler/config/config.py b/prowler/config/config.py index 733196f5..4ddec3a8 100644 --- a/prowler/config/config.py +++ b/prowler/config/config.py @@ -9,7 +9,7 @@ from prowler.lib.logger import logger timestamp = datetime.today() timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc) -prowler_version = "3.1.0" +prowler_version = "3.1.1" 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 5f9b0242..5401a541 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.1.0" +version = "3.1.1" authors = [{ name = "Toni de la Fuente", email = "toni@blyx.com" }] maintainers = [ { name = "Sergio Garcia", email = "sergio@verica.io" },