Skip to content

Commit b28c39f

Browse files
committed
Bump version: 0.1.42 → 0.1.43
1 parent 7e55a04 commit b28c39f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎.bumpversion.cfg‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.42
2+
current_version = 0.1.43
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize = {major}.{minor}.{patch}
55
files = pyproject.toml src/owasp_schema/__init__.py

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [ "poetry-core" ]
55

66
[tool.poetry]
77
name = "owasp-schema"
8-
version = "0.1.42"
8+
version = "0.1.43"
99
description = "A collection of OWASP schemas"
1010
authors = [ "Arkadii Yakovets <arkadii.yakovets@owasp.org>" ]
1111
license = "MIT"

‎src/owasp_schema/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import json
88
from 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

0 commit comments

Comments
 (0)