diff --git a/python_hologram_api/__init__.py b/python_hologram_api/__init__.py index 803f4f8..9351789 100644 --- a/python_hologram_api/__init__.py +++ b/python_hologram_api/__init__.py @@ -4,4 +4,4 @@ __author__ = """Victor Yap""" __email__ = 'victor@vicyap.com' -__version__ = '0.1.5' +__version__ = '0.1.6' diff --git a/setup.cfg b/setup.cfg index c23d9bb..2514fde 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.5 +current_version = 0.1.6 commit = True tag = True diff --git a/setup.py b/setup.py index 4b2c327..f697d3a 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='python_hologram_api', - version='0.1.5', + version='0.1.6', description="Python client for https://dashboard.hologram.io/api.", long_description=readme + '\n\n' + history, author="Victor Yap",