Skip to content

Commit

Permalink
Bump to 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPreston committed Apr 10, 2023
1 parent adda73f commit 48ba977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ecr_scan_reporter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """John Preston"""
__email__ = "john@compose-x.io"
__version__ = "0.4.7"
__version__ = "0.4.8"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ecr_scan_reporter"
version = "0.4.7"
version = "0.4.8"
description = "Stay on top of your docker images security vulnerabilities in AWS ECR"
authors = ["John Preston <john@compose-x.io>"]
license = "MPL-2.0"
Expand Down Expand Up @@ -60,7 +60,7 @@ known_first_party = "kelvin"
github_url = "https://github.com/compose-x/ecr-scan-reporter"

[tool.tbump.version]
current = "0.4.7"
current = "0.4.8"

regex = '''
(?P<major>\d+)
Expand Down

0 comments on commit 48ba977

Please sign in to comment.