From c7ea6590bbb179cb530864f2c6ce70b3bb917464 Mon Sep 17 00:00:00 2001 From: Carl George Date: Mar 15 2021 21:10:14 +0000 Subject: Bump to version 0.5.0 --- diff --git a/centpkg.spec b/centpkg.spec index fca1db0..2babd65 100644 --- a/centpkg.spec +++ b/centpkg.spec @@ -9,7 +9,7 @@ %endif Name: centpkg -Version: %{!?devrel:0.4.6}%{?devrel:0.4.7} +Version: %{!?devrel:0.5.0}%{?devrel:0.5.1} Release: %{?devrel:0.%{devrel}%{?devsnap:.%{devsnap}}.}1%{?dist} Summary: CentOS utility for working with dist-git License: GPLv2+ @@ -25,8 +25,9 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools %endif + %description -Provides the centpkg command for working with dist-git +Provides the centpkg command for working with dist-git. %package sig @@ -37,6 +38,7 @@ Requires: %{name} = %{version}-%{release} %description sig Provides the centpkg-sig command for working with dist-git. + %prep %autosetup diff --git a/setup.py b/setup.py index dc83136..f5191c0 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def get_requirements(requirements_file="requirements.txt"): setup( name="centpkg", - version='0.4.6', + version='0.5.0', author="Brian Stinson", author_email="bstinson@redhat.com", description="CentOS Plugin to rpkg for managing RPM package sources",