Skip to content

Commit e854ad4

Browse files
committed
Version 0.23.0b1
1 parent d7fb0a5 commit e854ad4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

openapi_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ignore_missing_imports = true
3232

3333
[tool.poetry]
3434
name = "openapi-core"
35-
version = "0.22.0"
35+
version = "0.23.0b1"
3636
description = "client-side and server-side support for the OpenAPI Specification v3"
3737
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
3838
license = "BSD-3-Clause"
@@ -149,7 +149,7 @@ force_single_line = true
149149
github_url = "https://github.com/python-openapi/openapi-core"
150150

151151
[tool.tbump.version]
152-
current = "0.22.0"
152+
current = "0.23.0b1"
153153
regex = '''
154154
(?P<major>\d+)
155155
\.

0 commit comments

Comments
 (0)