Skip to content

Commit 3cb2cda

Browse files
committed
Version 0.7.0
1 parent 7cc5a8c commit 3cb2cda

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
@@ -10,7 +10,7 @@
1010

1111
__author__ = "Artur Maciag"
1212
__email__ = "maciag.artur@gmail.com"
13-
__version__ = "0.6.3"
13+
__version__ = "0.7.0"
1414
__url__ = "https://github.com/python-openapi/openapi-schema-validator"
1515
__license__ = "3-clause BSD License"
1616

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.6.3"
35+
current = "0.7.0"
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.6.3"
56+
version = "0.7.0"
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)