Skip to content

Commit 86622f0

Browse files
committed
Bump version: 0.1.23 → 0.1.24
1 parent a733198 commit 86622f0

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.23
2+
current_version = 0.1.24
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.23"
8+
version = "0.1.24"
99
description = "A collection of OWASP schemas"
1010
authors = [ "Arkadii Yakovets <[email protected]>" ]
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.23"
10+
__version__ = "0.1.24"
1111
__author__ = "Arkadii Yakovets <[email protected]>"
1212
__license__ = "MIT"
1313

0 commit comments

Comments
 (0)