bump version to 1.22.1

This commit is contained in:
Tomas Kopecek 2020-08-25 12:35:53 +02:00
parent 75e462560b
commit 3634db19d4
3 changed files with 3 additions and 3 deletions

View file

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