Skip to content

Commit 1b688bb

Browse files
committedSep 14, 2023
Version 0.18.1
1 parent e9f6ae6 commit 1b688bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.18.0
2+
current_version = 0.18.1
33
tag = True
44
tag_name = {new_version}
55
commit = True

‎openapi_core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
__author__ = "Artur Maciag"
3737
__email__ = "maciag.artur@gmail.com"
38-
__version__ = "0.18.0"
38+
__version__ = "0.18.1"
3939
__url__ = "https://github.com/python-openapi/openapi-core"
4040
__license__ = "BSD 3-Clause License"
4141

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ignore_missing_imports = true
3333

3434
[tool.poetry]
3535
name = "openapi-core"
36-
version = "0.18.0"
36+
version = "0.18.1"
3737
description = "client-side and server-side support for the OpenAPI Specification v3"
3838
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
3939
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)