From 3642e2c9594901960e88b0b415cbfbd3d0d4c98b Mon Sep 17 00:00:00 2001 From: "Marcus Vinicius G. Cesario" Date: Tue, 25 Aug 2015 21:29:56 -0300 Subject: [PATCH] version update --- networkapiclient/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/networkapiclient/__init__.py b/networkapiclient/__init__.py index 04e6263..27607e4 100644 --- a/networkapiclient/__init__.py +++ b/networkapiclient/__init__.py @@ -15,7 +15,7 @@ # limitations under the License. MAJOR_VERSION = '0' -MINOR_VERSION = '5' -PATCH_VERSION = '3' +MINOR_VERSION = '6' +PATCH_VERSION = '0' VERSION = '.'.join((MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION,))