diff --git a/osbs-client.spec b/osbs-client.spec index 46423e36c..cb2d234e5 100644 --- a/osbs-client.spec +++ b/osbs-client.spec @@ -31,7 +31,7 @@ %global osbs_obsolete_vr 0.14-2 Name: osbs-client -Version: 0.33 +Version: 0.33.1 %if "x%{postrelease}" != "x0" Release: %{release}.%{postrelease}.git.%{shortcommit}%{?dist} %else diff --git a/osbs/__init__.py b/osbs/__init__.py index 380a13c61..0733b2faa 100644 --- a/osbs/__init__.py +++ b/osbs/__init__.py @@ -10,7 +10,7 @@ import logging -__version__ = "0.33" +__version__ = "0.33.1" def set_logging(name="osbs", level=logging.DEBUG): diff --git a/setup.py b/setup.py index e69439c56..2aea5c7d9 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def _install_requirements(): setup( name="osbs-client", description='Python module and command line client for OpenShift Build Service', - version="0.33", + version="0.33.1", author='Red Hat, Inc.', author_email='atomic-devel@projectatomic.io', url='https://github.com/projectatomic/osbs-client',