From af66445883c23d40e32bba44b6db517a37c74933 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Oct 09 2019 14:42:17 +0000 Subject: bump version to match most recent release --- diff --git a/koji.spec b/koji.spec index 9f538d3..0ba006f 100644 --- a/koji.spec +++ b/koji.spec @@ -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+ diff --git a/setup.py b/setup.py index 69c8555..8029da9 100644 --- a/setup.py +++ b/setup.py @@ -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."),