File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ignore_missing_imports = true
3232github_url = " https://github.com/python-openapi/openapi-schema-validator"
3333
3434[tool .tbump .version ]
35- current = " 0.6.3 "
35+ current = " 0.7.0 "
3636regex = '''
3737 (?P<major>\d+)
3838 \.
@@ -53,7 +53,7 @@ src = "pyproject.toml"
5353
5454[tool .poetry ]
5555name = " openapi-schema-validator"
56- version = " 0.6.3 "
56+ version = " 0.7.0 "
5757description = " OpenAPI schema validation for Python"
5858authors = [" Artur Maciag <maciag.artur@gmail.com>" ]
5959license = " BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments