From b60371f90251ffc8ac28d82fc00eb6db2dbe82a3 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 28 Aug 2023 15:57:17 -0700 Subject: [PATCH] Bump to version 0.8.0 Signed-off-by: Troy Dawson --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 000c548..434407a 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def get_requirements(requirements_file="requirements.txt"): setup( name="centpkg", - version='0.7.4', + version='0.8.0', author="Brian Stinson", author_email="bstinson@redhat.com", description="CentOS Plugin to rpkg for managing RPM package sources",