Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Feb 16, 2018
1 parent b4b013d commit 2ead4cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flask_rest_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .error_handler import handle_http_exception


__version__ = '0.1.0'
__version__ = '0.1.1'


class Api:
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = False

Expand All @@ -10,3 +10,4 @@ replace = version='{new_version}'
[bumpversion:file:flask_rest_api/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='flask-rest-api',
version='0.1.0',
version='0.1.1',
description='Build a REST API with Flask',
long_description=long_description,
url='https://github.com/Nobatek/flask-rest-api',
Expand Down

0 comments on commit 2ead4cc

Please sign in to comment.