Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joerick committed Aug 22, 2016
1 parent 674df27 commit 5987eaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.7.3
current_version = 0.7.4
commit = True
tag = True
message = Bump version
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name='tingbot-python',
version='0.7.3',
version='0.7.4',
description="Python APIs to write apps for Tingbot",
long_description=readme,
author="Joe Rickerby",
Expand Down
2 changes: 1 addition & 1 deletion tingbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ def run(loop=None):
]
__author__ = 'Joe Rickerby'
__email__ = 'joerick@mac.com'
__version__ = '0.7.3'
__version__ = '0.7.4'

0 comments on commit 5987eaf

Please sign in to comment.