Skip to content

Commit

Permalink
Bump version: 0.5.2 → 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmadurga committed Jun 1, 2016
1 parent d230b3d commit 72ba621
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.2
current_version = 0.5.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -34,7 +34,7 @@

setup(
name='django-telegram-bot',
version="0.5.2",
version="0.5.3",
description="""Django app to write Telegram bots""",
long_description=readme + '\n\n' + history,
author='Juan Madurga',
Expand Down
2 changes: 1 addition & 1 deletion telegrambot/__init__.py
@@ -1 +1 @@
__version__ = '0.5.2'
__version__ = '0.5.3'

0 comments on commit 72ba621

Please sign in to comment.