Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit 94e0f52

Browse files
author
Flavian Hautbois
committed
Bump version: 0.1.11 → 1.0.0
1 parent 3f4bb60 commit 94e0f52

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.11
2+
current_version = 1.0.0
33
commit = True
44
tag = True
55

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

2020
[tool:pytest]
2121
addopts = -v -s
22+

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name='swagger_parser',
22-
version='0.1.11',
22+
version='1.0.0',
2323
description="Swagger parser giving useful informations about your swagger files",
2424
long_description=readme + '\n\n' + history,
2525
author="Cyprien Guillemot",

swagger_parser/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = 'Cyprien Guillemot'
66
__email__ = '[email protected]'
7-
__version__ = '0.1.11'
7+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)