Skip to content

Commit

Permalink
release: 3.0.2 (#1660)
Browse files Browse the repository at this point in the history
Co-authored-by: sergargar <[email protected]>
  • Loading branch information
sergargar and sergargar authored Jan 5, 2023
1 parent 76a694d commit efa83e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prowler/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

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"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" }]
maintainers = [
{ name = "Sergio Garcia", email = "[email protected]" },
Expand Down

0 comments on commit efa83e0

Please sign in to comment.