bump version to match most recent release

This commit is contained in:
Mike McLean 2019-10-09 10:42:17 -04:00
parent dd09e81411
commit af66445883
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@
%define release %{baserelease}
%endif
Name: koji
Version: 1.18.0
Version: 1.18.1
Release: %{release}%{?dist}
License: LGPLv2 and GPLv2+
# the included arch lib from yum's rpmUtils is GPLv2+

View file

@ -32,7 +32,7 @@ def get_install_requires():
setup(
name="koji",
version="1.18.0",
version="1.18.1",
description=("Koji is a system for building and tracking RPMS. The base"
" package contains shared libraries and the command-line"
" interface."),