Skip to content

Commit

Permalink
Bump version: 0.1.11 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavian Hautbois committed Jun 15, 2017
1 parent 3f4bb60 commit 94e0f52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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.11
current_version = 1.0.0
commit = True
tag = True

Expand All @@ -19,3 +19,4 @@ exclude = docs/conf.py,.eggs*

[tool:pytest]
addopts = -v -s

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.11',
version='1.0.0',
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__ = 'cyprien.guillemot@gmail.com'
__version__ = '0.1.11'
__version__ = '1.0.0'

0 comments on commit 94e0f52

Please sign in to comment.