Skip to content

Commit 140092d

Browse files
committed
Version 0.6.3
1 parent 06144e3 commit 140092d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.2
2+
current_version = 0.6.3
33
tag = True
44
tag_name = {new_version}
55
commit = True

Diff for: openapi_schema_validator/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
__author__ = "Artur Maciag"
1010
__email__ = "[email protected]"
11-
__version__ = "0.6.2"
11+
__version__ = "0.6.3"
1212
__url__ = "https://github.com/python-openapi/openapi-schema-validator"
1313
__license__ = "3-clause BSD License"
1414

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ignore_missing_imports = true
3030

3131
[tool.poetry]
3232
name = "openapi-schema-validator"
33-
version = "0.6.2"
33+
version = "0.6.3"
3434
description = "OpenAPI schema validation for Python"
3535
authors = ["Artur Maciag <[email protected]>"]
3636
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)