Skip to content

Commit

Permalink
Version 0.19.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
p1c2u committed Feb 11, 2024
1 parent 860bad1 commit 1c0dd81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.19.0a1
current_version = 0.19.0a2
tag = True
tag_name = {new_version}
commit = True
Expand Down
2 changes: 1 addition & 1 deletion openapi_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

__author__ = "Artur Maciag"
__email__ = "[email protected]"
__version__ = "0.19.0a1"
__version__ = "0.19.0a2"
__url__ = "https://github.com/python-openapi/openapi-core"
__license__ = "BSD 3-Clause License"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ignore_missing_imports = true

[tool.poetry]
name = "openapi-core"
version = "0.19.0a1"
version = "0.19.0a2"
description = "client-side and server-side support for the OpenAPI Specification v3"
authors = ["Artur Maciag <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 1c0dd81

Please sign in to comment.