Skip to content

Commit

Permalink
Bump version: 1.5.0 → 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmadurga committed Apr 26, 2016
1 parent d975f62 commit 70bb1d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion microbot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.5.0'
__version__ = '1.5.1'
default_app_config = "microbot.apps.MicrobotAppConfig"
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.5.0
current_version = 1.5.1
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 @@ -42,7 +42,7 @@ def get_version(*file_paths):

setup(
name='microbot',
version='1.5.0',
version='1.5.1',
description="""Connect telegram bots to your API""",
long_description=readme + '\n\n' + history,
author='Juan Madurga',
Expand Down

0 comments on commit 70bb1d9

Please sign in to comment.