Skip to content

Commit 0fb8ad8

Browse files
committed
Version 0.7.2
1 parent 6b0e485 commit 0fb8ad8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

openapi_schema_validator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
__author__ = "Artur Maciag"
1414
__email__ = "maciag.artur@gmail.com"
15-
__version__ = "0.7.1"
15+
__version__ = "0.7.2"
1616
__url__ = "https://github.com/python-openapi/openapi-schema-validator"
1717
__license__ = "3-clause BSD License"
1818

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ignore_missing_imports = true
3232
github_url = "https://github.com/python-openapi/openapi-schema-validator"
3333

3434
[tool.tbump.version]
35-
current = "0.7.1"
35+
current = "0.7.2"
3636
regex = '''
3737
(?P<major>\d+)
3838
\.
@@ -53,7 +53,7 @@ src = "pyproject.toml"
5353

5454
[tool.poetry]
5555
name = "openapi-schema-validator"
56-
version = "0.7.1"
56+
version = "0.7.2"
5757
description = "OpenAPI schema validation for Python"
5858
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
5959
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)