From 022e4e157f896e4c23fbb415d63886436282e817 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Wed, 6 Dec 2017 14:51:07 +0100 Subject: [PATCH] update to 1.15 version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b2db9853..a1df06a8 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def get_install_requires(): setup( name="koji", - version="1.14.0", + version="1.15.0", description=("Koji is a system for building and tracking RPMS. The base" " package contains shared libraries and the command-line" " interface."),