Skip to content

Commit dd5d24c

Browse files
committed
Version 0.8.0
1 parent 0312a78 commit dd5d24c

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
@@ -14,7 +14,7 @@
1414

1515
__author__ = "Artur Maciag"
1616
__email__ = "maciag.artur@gmail.com"
17-
__version__ = "0.7.3"
17+
__version__ = "0.8.0"
1818
__url__ = "https://github.com/python-openapi/openapi-schema-validator"
1919
__license__ = "3-clause BSD License"
2020

pyproject.toml

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

3838
[tool.tbump.version]
39-
current = "0.7.3"
39+
current = "0.8.0"
4040
regex = '''
4141
(?P<major>\d+)
4242
\.
@@ -57,7 +57,7 @@ src = "pyproject.toml"
5757

5858
[tool.poetry]
5959
name = "openapi-schema-validator"
60-
version = "0.7.3"
60+
version = "0.8.0"
6161
description = "OpenAPI schema validation for Python"
6262
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
6363
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)