File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.4.4
2+ current_version = 0.5.0
33tag = True
44tag_name = {new_version}
55commit = True
@@ -13,4 +13,3 @@ serialize =
1313[bumpversion:file:pyproject.toml]
1414search = version = " {current_version}"
1515replace = version = " {new_version}"
16-
Original file line number Diff line number Diff line change 88
99__author__ = "Artur Maciag"
1010__email__ = "maciag.artur@gmail.com"
11- __version__ = "0.4.4 "
11+ __version__ = "0.5.0 "
1212__url__ = "https://github.com/python-openapi/openapi-schema-validator"
1313__license__ = "3-clause BSD License"
1414
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ignore_missing_imports = true
2626
2727[tool .poetry ]
2828name = " openapi-schema-validator"
29- version = " 0.4.4 "
29+ version = " 0.5.0 "
3030description = " OpenAPI schema validation for Python"
3131authors = [" Artur Maciag <maciag.artur@gmail.com>" ]
3232license = " BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments