We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8ed6b commit a0a13e7Copy full SHA for a0a13e7
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.0
+current_version = 0.2.1
3
tag = True
4
tag_name = {new_version}
5
commit = True
openapi_schema_validator/__init__.py
@@ -5,7 +5,7 @@
6
__author__ = 'Artur Maciag'
7
__email__ = 'maciag.artur@gmail.com'
8
-__version__ = '0.2.0'
+__version__ = '0.2.1'
9
__url__ = 'https://github.com/p1c2u/openapi-schema-validator'
10
__license__ = '3-clause BSD License'
11
pyproject.toml
@@ -11,7 +11,7 @@ output = "reports/coverage.xml"
12
[tool.poetry]
13
name = "openapi-schema-validator"
14
-version = "0.2.0"
+version = "0.2.1"
15
description = "OpenAPI schema validation for Python"
16
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
17
license = "BSD-3-Clause"
0 commit comments