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 1414
1515__author__ = "Artur Maciag"
1616__email__ = "maciag.artur@gmail.com"
17- __version__ = "0.8.0 "
17+ __version__ = "0.8.1 "
1818__url__ = "https://github.com/python-openapi/openapi-schema-validator"
1919__license__ = "3-clause BSD License"
2020
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ignore_missing_imports = true
3636github_url = " https://github.com/python-openapi/openapi-schema-validator"
3737
3838[tool .tbump .version ]
39- current = " 0.8.0 "
39+ current = " 0.8.1 "
4040regex = '''
4141 (?P<major>\d+)
4242 \.
@@ -57,7 +57,7 @@ src = "pyproject.toml"
5757
5858[tool .poetry ]
5959name = " openapi-schema-validator"
60- version = " 0.8.0 "
60+ version = " 0.8.1 "
6161description = " OpenAPI schema validation for Python"
6262authors = [" Artur Maciag <maciag.artur@gmail.com>" ]
6363license = " BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments