Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p1c2u committed Jun 12, 2023
1 parent f87958b commit 563fea0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.4
current_version = 0.5.0
tag = True
tag_name = {new_version}
commit = True
Expand All @@ -13,4 +13,3 @@ serialize =
[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"

2 changes: 1 addition & 1 deletion openapi_schema_validator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

__author__ = "Artur Maciag"
__email__ = "maciag.artur@gmail.com"
__version__ = "0.4.4"
__version__ = "0.5.0"
__url__ = "https://github.com/python-openapi/openapi-schema-validator"
__license__ = "3-clause BSD License"

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

[tool.poetry]
name = "openapi-schema-validator"
version = "0.4.4"
version = "0.5.0"
description = "OpenAPI schema validation for Python"
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 563fea0

Please sign in to comment.