Skip to content

Commit bfdb087

Browse files
committed
Bump version
1 parent 728c314 commit bfdb087

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.1
2+
current_version = 1.2.2
33
commit = True
44
tag = True
55
message = Bump version

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name='tingbot-python',
29-
version='1.2.1',
29+
version='1.2.2',
3030
description="Python APIs to write apps for Tingbot",
3131
long_description=readme,
3232
author="Joe Rickerby",

tingbot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ def run(loop=None):
4848
]
4949
__author__ = 'Joe Rickerby'
5050
__email__ = 'joerick@mac.com'
51-
__version__ = '1.2.1'
51+
__version__ = '1.2.2'

0 commit comments

Comments
 (0)