diff --git a/ecr_scan_reporter/__init__.py b/ecr_scan_reporter/__init__.py index 3854ef2..ac54184 100644 --- a/ecr_scan_reporter/__init__.py +++ b/ecr_scan_reporter/__init__.py @@ -2,4 +2,4 @@ __author__ = """John Preston""" __email__ = "john@compose-x.io" -__version__ = "0.4.6" +__version__ = "0.4.7" diff --git a/pyproject.toml b/pyproject.toml index 14a2676..410b1aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ecr_scan_reporter" -version = "0.4.6" +version = "0.4.7" description = "Stay on top of your docker images security vulnerabilities in AWS ECR" authors = ["John Preston "] license = "MPL-2.0" @@ -62,7 +62,7 @@ known_first_party = "kelvin" github_url = "https://github.com/compose-x/ecr-scan-reporter" [tool.tbump.version] -current = "0.4.6" +current = "0.4.7" regex = ''' (?P\d+)