From 367aee17f0c528f3cc0352dab508e29609d16dfd Mon Sep 17 00:00:00 2001 From: Kenny Lee Sin Cheong <2530351+kleesc@users.noreply.github.com> Date: Tue, 14 Jan 2025 13:33:02 -0500 Subject: [PATCH] chore: update setup.py (#3565) --- setup.cfg | 2 +- setup.py | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index ca30fe287..5a9844062 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,3 @@ [metadata] name: quay -version: v3.7.0 +version: v3.13.2 diff --git a/setup.py b/setup.py index b982a96c6..c163017bd 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ if os.path.isfile(requirementPath): setup( name="quay", - version="3.7", + version="3.13", description="Quay Modules", author="Quay Team", author_email="", @@ -82,8 +82,11 @@ setup( "data.registry_model", "data.secscan_model", "util", - "util.security", "util.metrics", + "util.migrate", + "util.secscan", + "util.secscan.v4", + "util.security", "image", "image.docker", "image.oci",