diff --git a/flask_rest_api/__init__.py b/flask_rest_api/__init__.py index 1104b636..1888b54b 100644 --- a/flask_rest_api/__init__.py +++ b/flask_rest_api/__init__.py @@ -10,7 +10,7 @@ from .error_handler import handle_http_exception -__version__ = '0.5.0' +__version__ = '0.5.1' class Api: diff --git a/setup.cfg b/setup.cfg index 673fea7f..3078ce24 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.5.1 commit = True tag = False diff --git a/setup.py b/setup.py index da5596d2..7dcfcf8e 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='flask-rest-api', - version='0.5.0', + version='0.5.1', description='Build a REST API with Flask', long_description=long_description, url='https://github.com/Nobatek/flask-rest-api',