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 5151
5252__author__ = "Artur Maciag"
5353__email__ = "maciag.artur@gmail.com"
54- __version__ = "0.23.0b1 "
54+ __version__ = "0.23.0 "
5555__url__ = "https://github.com/python-openapi/openapi-core"
5656__license__ = "BSD 3-Clause License"
5757
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.23.0b1 "
35+ version = " 0.23.0 "
3636description = " client-side and server-side support for the OpenAPI Specification v3"
3737authors = [" Artur Maciag <maciag.artur@gmail.com>" ]
3838license = " BSD-3-Clause"
@@ -144,7 +144,7 @@ force_single_line = true
144144github_url = " https://github.com/python-openapi/openapi-core"
145145
146146[tool .tbump .version ]
147- current = " 0.23.0b1 "
147+ current = " 0.23.0 "
148148regex = '''
149149 (?P<major>\d+)
150150 \.
You can’t perform that action at this time.
0 commit comments