Skip to content

Commit 22c5892

Browse files
committed
Version 0.2.0
1 parent c8813cb commit 22c5892

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.bumpversion.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.6
2+
current_version = 0.2.0
33
tag = True
44
tag_name = {new_version}
55
commit = True
@@ -13,3 +13,4 @@ serialize =
1313
[bumpversion:file:pyproject.toml]
1414
search = version = "{current_version}"
1515
replace = version = "{new_version}"
16+

openapi_schema_validator/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__author__ = 'Artur Maciag'
77
__email__ = '[email protected]'
8-
__version__ = '0.1.6'
8+
__version__ = '0.2.0'
99
__url__ = 'https://github.com/p1c2u/openapi-schema-validator'
1010
__license__ = '3-clause BSD License'
1111

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ output = "reports/coverage.xml"
1111

1212
[tool.poetry]
1313
name = "openapi-schema-validator"
14-
version = "0.1.6"
14+
version = "0.2.0"
1515
description = "OpenAPI schema validation for Python"
1616
authors = ["Artur Maciag <[email protected]>"]
1717
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)