File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.42
2+ current_version = 0.1.43
33parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44serialize = {major}.{minor}.{patch}
55files = pyproject.toml src/owasp_schema/__init__.py
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requires = [ "poetry-core" ]
55
66[tool .poetry ]
77name = " owasp-schema"
8- version = " 0.1.42 "
8+ version = " 0.1.43 "
99description = " A collection of OWASP schemas"
1010authors = [ " Arkadii Yakovets <arkadii.yakovets@owasp.org>" ]
1111license = " MIT"
Original file line number Diff line number Diff line change 77import json
88from typing import Any
99
10- __version__ = "0.1.42 "
10+ __version__ = "0.1.43 "
1111__author__ = "Arkadii Yakovets <arkadii.yakovets@owasp.org>"
1212__license__ = "MIT"
1313
You can’t perform that action at this time.
0 commit comments