Bump to version 0.5.0

This commit is contained in:
Carl George 2021-03-15 16:10:14 -05:00
parent 1e8da7bd1e
commit c7ea6590bb
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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",