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 3737
3838__author__ = "Artur Maciag"
3939__email__ = "maciag.artur@gmail.com"
40- __version__ = "0.22.0 "
40+ __version__ = "0.23.0b1 "
4141__url__ = "https://github.com/python-openapi/openapi-core"
4242__license__ = "BSD 3-Clause License"
4343
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.22.0 "
35+ version = " 0.23.0b1 "
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.22.0 "
152+ current = " 0.23.0b1 "
153153regex = '''
154154 (?P<major>\d+)
155155 \.
You can’t perform that action at this time.
0 commit comments