From af66445883c23d40e32bba44b6db517a37c74933 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Wed, 9 Oct 2019 10:42:17 -0400 Subject: [PATCH] bump version to match most recent release --- koji.spec | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koji.spec b/koji.spec index 9f538d33..0ba006f3 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 69c85559..8029da9c 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."),