Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cyprieng committed Feb 3, 2016
1 parent 5fa0180 commit 13bfd1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = 0.1.1
current_version = 0.1.2
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 @@ -19,7 +19,7 @@

setup(
name='swagger_parser',
version='0.1.1',
version='0.1.2',
description="Swagger parser giving useful informations about your swagger files",
long_description=readme + '\n\n' + history,
author="Cyprien Guillemot",
Expand Down
2 changes: 1 addition & 1 deletion swagger_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = 'Cyprien Guillemot'
__email__ = '[email protected]'
__version__ = '0.1.1'
__version__ = '0.1.2'

0 comments on commit 13bfd1c

Please sign in to comment.