From 48ba977daa1aa6d56b6431023870469d8d17cea8 Mon Sep 17 00:00:00 2001 From: "John \"Preston\" Mille" Date: Mon, 10 Apr 2023 17:18:24 +0100 Subject: [PATCH] Bump to 0.4.8 --- ecr_scan_reporter/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ecr_scan_reporter/__init__.py b/ecr_scan_reporter/__init__.py index ac54184..4678e27 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.7" +__version__ = "0.4.8" diff --git a/pyproject.toml b/pyproject.toml index 1e3ad57..07b2972 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MPL-2.0" @@ -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\d+)