Skip to content

Commit

Permalink
Bump version for 0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewMonroe committed Feb 8, 2018
1 parent d2d5271 commit 07c5c2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infoblox/infoblox.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
except ImportError:
import _internal

__version__ = '0.4'
__version__ = '0.5'
__author__ = "Dylan F. Marquis"
__author__ = "Drew Monroe"

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@


setup(name='python-infoblox',
version='0.4',
version='0.5',
author='Dylan F. Marquis',
author_email='dylanfmarquis@dylanfmarquis.com',
description='A wrapper around the Infoblox WAPI',
url='https://github.com/dylanfmarquis/python-infoblox',
download_url='https://github.com/dylanfmarquis/python-infoblox/archive/v0.4.0.tar.gz',
download_url='https://github.com/dylanfmarquis/python-infoblox/archive/v0.5.0.tar.gz',
license='MIT',
packages=find_packages(),
install_requires=['requests==2.18.4', 'future==0.16.0'],
Expand Down

0 comments on commit 07c5c2b

Please sign in to comment.