Skip to content

Commit

Permalink
Bump version: 0.1.5 → 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Yap committed Oct 27, 2017
1 parent adec412 commit a80b01e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python_hologram_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Victor Yap"""
__email__ = 'victor@vicyap.com'
__version__ = '0.1.5'
__version__ = '0.1.6'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.5
current_version = 0.1.6
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a80b01e

Please sign in to comment.