diff --git a/microbot/__init__.py b/microbot/__init__.py index f0788a8..32a90a3 100644 --- a/microbot/__init__.py +++ b/microbot/__init__.py @@ -1 +1 @@ -__version__ = '0.7.1' +__version__ = '0.8.0' diff --git a/setup.cfg b/setup.cfg index 50b0883..1840aad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.1 +current_version = 0.8.0 commit = True tag = True diff --git a/setup.py b/setup.py index 75fcd41..ee95e5f 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def get_version(*file_paths): setup( name='microbot', - version='0.7.1', + version='0.8.0', description="""Connect telegram bots to your API""", long_description=readme + '\n\n' + history, author='Juan Madurga',