From b02ad77348f953cd94bc86da7b58a726f31a05fd Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 21 Feb 2024 09:07:10 -0800 Subject: [PATCH] Bump to version 0.8.2 Signed-off-by: Troy Dawson --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8b20454..936e6ea 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name="centpkg", - version='0.8.1', + version='0.8.2', author="Brian Stinson", author_email="bstinson@redhat.com", description="CentOS Plugin to rpkg for managing RPM package sources",