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 3838
3939__author__ = "Artur Maciag"
4040__email__ = "maciag.artur@gmail.com"
41- __version__ = "0.20 .0"
41+ __version__ = "0.21 .0"
4242__url__ = "https://github.com/python-openapi/openapi-core"
4343__license__ = "BSD 3-Clause License"
4444
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ignore_missing_imports = true
3232
3333[tool .poetry ]
3434name = " openapi-core"
35- version = " 0.20 .0"
35+ version = " 0.21 .0"
3636description = " client-side and server-side support for the OpenAPI Specification v3"
3737authors = [" Artur Maciag <maciag.artur@gmail.com>" ]
3838license = " BSD-3-Clause"
@@ -149,7 +149,7 @@ force_single_line = true
149149github_url = " https://github.com/python-openapi/openapi-core"
150150
151151[tool .tbump .version ]
152- current = " 0.20 .0"
152+ current = " 0.21 .0"
153153regex = '''
154154 (?P<major>\d+)
155155 \.
You can’t perform that action at this time.
0 commit comments