From 286c22d246cc63ea1368a43b38a7fa2695bc8584 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 24 Sep 2024 12:13:32 -0700 Subject: [PATCH] Bump to version 0.8.12 Signed-off-by: Troy Dawson --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 98b0695..80573e5 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name="centpkg", - version='0.8.11', + version='0.8.12', author="Brian Stinson", author_email="bstinson@redhat.com", description="CentOS Plugin to rpkg for managing RPM package sources",