Skip to content

Commit 476e5b2

Browse files
committed
Prepare next dev iteration
Signed-off-by: Simon Bennetts <psiinon@gmail.com>
1 parent aeaa738 commit 476e5b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "zaproxy"
77
# Ensure __version__ in src/zapv2/__init__.py matches.
8-
version = "0.4.0"
8+
version = "0.5.0"
99
description = "ZAP API Client"
1010
readme = "README.md"
1111
authors = ["ZAP Development Team <zaproxy-develop@googlegroups.com>"]

src/zapv2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"""
2121

2222
__docformat__ = 'restructuredtext'
23-
__version__ = '0.4.0'
23+
__version__ = '0.5.0'
2424

2525
import requests
2626
from requests.packages.urllib3.exceptions import InsecureRequestWarning

0 commit comments

Comments
 (0)