Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joerick committed May 29, 2017
1 parent 8bce3d0 commit 5ce6cfa
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 = 1.2.0
current_version = 1.2.1
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='1.2.0',
version='1.2.1',
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 @@ -48,4 +48,4 @@ def run(loop=None):
]
__author__ = 'Joe Rickerby'
__email__ = 'joerick@mac.com'
__version__ = '1.2.0'
__version__ = '1.2.1'

0 comments on commit 5ce6cfa

Please sign in to comment.