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 83542f3 commit 38ca847Copy full SHA for 38ca847
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.0
+current_version = 0.4.1
3
tag = True
4
tag_name = {new_version}
5
commit = True
openapi_schema_validator/__init__.py
@@ -8,7 +8,7 @@
8
9
__author__ = "Artur Maciag"
10
__email__ = "maciag.artur@gmail.com"
11
-__version__ = "0.4.0"
+__version__ = "0.4.1"
12
__url__ = "https://github.com/p1c2u/openapi-schema-validator"
13
__license__ = "3-clause BSD License"
14
pyproject.toml
@@ -31,7 +31,7 @@ ignore_missing_imports = true
31
32
[tool.poetry]
33
name = "openapi-schema-validator"
34
-version = "0.4.0"
+version = "0.4.1"
35
description = "OpenAPI schema validation for Python"
36
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
37
license = "BSD-3-Clause"
0 commit comments