From f8d3540beac721497ca1164245cb4aee0652d7f1 Mon Sep 17 00:00:00 2001 From: Yue Ko Date: Mon, 24 Oct 2016 15:20:11 +0000 Subject: [PATCH] Bump version to 0.4.9 --- infoblox_client/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infoblox_client/__init__.py b/infoblox_client/__init__.py index 264e5fb3..5f925a8d 100644 --- a/infoblox_client/__init__.py +++ b/infoblox_client/__init__.py @@ -1,3 +1,3 @@ __author__ = 'Pavel Bondar' __email__ = 'pbondar@infoblox.com' -__version__ = '0.4.8' +__version__ = '0.4.9' diff --git a/setup.py b/setup.py index 335a64f6..28345673 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='infoblox-client', - version='0.4.8', + version='0.4.9', description="Client for interacting with Infoblox NIOS over WAPI", long_description=readme + '\n\n' + history, author="Pavel Bondar",