Skip to content

Commit a8923ea

Browse files
Merge pull request #132 from yuewko/bumpver-0.4.9
Bump version to 0.4.9
2 parents 52b1ce8 + f8d3540 commit a8923ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infoblox_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = 'Pavel Bondar'
22
__email__ = '[email protected]'
3-
__version__ = '0.4.8'
3+
__version__ = '0.4.9'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name='infoblox-client',
26-
version='0.4.8',
26+
version='0.4.9',
2727
description="Client for interacting with Infoblox NIOS over WAPI",
2828
long_description=readme + '\n\n' + history,
2929
author="Pavel Bondar",

0 commit comments

Comments
 (0)