Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ac2d9c7

Browse files
committedMar 17, 2023
Version 0.4.4
1 parent 09b0917 commit ac2d9c7

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.4.3
2+
current_version = 0.4.4
33
tag = True
44
tag_name = {new_version}
55
commit = True

‎openapi_schema_validator/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
__author__ = "Artur Maciag"
1010
__email__ = "maciag.artur@gmail.com"
11-
__version__ = "0.4.3"
11+
__version__ = "0.4.4"
1212
__url__ = "https://github.com/python-openapi/openapi-schema-validator"
1313
__license__ = "3-clause BSD License"
1414

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ignore_missing_imports = true
2323

2424
[tool.poetry]
2525
name = "openapi-schema-validator"
26-
version = "0.4.3"
26+
version = "0.4.4"
2727
description = "OpenAPI schema validation for Python"
2828
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
2929
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)
Please sign in to comment.