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 1212
1313__author__ = "Artur Maciag"
1414__email__ = "maciag.artur@gmail.com"
15- __version__ = "0.7.0 "
15+ __version__ = "0.7.1 "
1616__url__ = "https://github.com/python-openapi/openapi-schema-validator"
1717__license__ = "3-clause BSD License"
1818
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.7.0 "
35+ current = " 0.7.1 "
3636regex = '''
3737 (?P<major>\d+)
3838 \.
@@ -53,7 +53,7 @@ src = "pyproject.toml"
5353
5454[tool .poetry ]
5555name = " openapi-schema-validator"
56- version = " 0.7.0 "
56+ version = " 0.7.1 "
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