From 0271c67c5a50ce59c73c73c9e811ef7fc8382c74 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 16 Dec 2022 07:00:56 -0800 Subject: [PATCH] Bump to version 0.6.9 Signed-off-by: Troy Dawson --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ce90268..725e19d 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def get_requirements(requirements_file="requirements.txt"): setup( name="centpkg", - version='0.6.8', + version='0.6.9', author="Brian Stinson", author_email="bstinson@redhat.com", description="CentOS Plugin to rpkg for managing RPM package sources",