From 40ce5192dc794eaeb9d8fd78a4635acd6a2f0837 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Wed, 20 Feb 2019 08:48:48 +0100 Subject: [PATCH] update setup.py to 1.17 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e2752179..e5916ada 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def get_install_requires(): setup( name="koji", - version="1.16.1", + version="1.17.0", description=("Koji is a system for building and tracking RPMS. The base" " package contains shared libraries and the command-line" " interface."),