From c60c45a8ce5c6c11dd3b2cdfa827ba83a177e1ba Mon Sep 17 00:00:00 2001 From: Jean-Philippe Braun Date: Wed, 22 Nov 2017 16:44:57 +0100 Subject: [PATCH] Bump to 0.5 --- doc/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 428a769..d0a33aa 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = u'0.4' +version = u'0.5' # The full version, including alpha/beta/rc tags. -release = u'0.4' +release = u'0.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index d8bdabc..ef816ce 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='contrail-api-cli-extra', - version='0.4', + version='0.5', description="Supplementary commands for contrail-api-cli", author="Jean-Philippe Braun", author_email="jean-philippe.braun@cloudwatt.com",