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 1
1
[bumpversion]
2
- current_version = 0.4.4
2
+ current_version = 0.5.0
3
3
tag = True
4
4
tag_name = {new_version}
5
5
commit = True
@@ -13,4 +13,3 @@ serialize =
13
13
[bumpversion:file:pyproject.toml]
14
14
search = version = " {current_version}"
15
15
replace = version = " {new_version}"
16
-
Original file line number Diff line number Diff line change 8
8
9
9
__author__ = "Artur Maciag"
10
10
__email__ = "maciag.artur@gmail.com"
11
- __version__ = "0.4.4 "
11
+ __version__ = "0.5.0 "
12
12
__url__ = "https://github.com/python-openapi/openapi-schema-validator"
13
13
__license__ = "3-clause BSD License"
14
14
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ignore_missing_imports = true
26
26
27
27
[tool .poetry ]
28
28
name = " openapi-schema-validator"
29
- version = " 0.4.4 "
29
+ version = " 0.5.0 "
30
30
description = " OpenAPI schema validation for Python"
31
31
authors = [" Artur Maciag <maciag.artur@gmail.com>" ]
32
32
license = " BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments