We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeaa738 commit 476e5b2Copy full SHA for 476e5b2
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
5
[tool.poetry]
6
name = "zaproxy"
7
# Ensure __version__ in src/zapv2/__init__.py matches.
8
-version = "0.4.0"
+version = "0.5.0"
9
description = "ZAP API Client"
10
readme = "README.md"
11
authors = ["ZAP Development Team <zaproxy-develop@googlegroups.com>"]
src/zapv2/__init__.py
@@ -20,7 +20,7 @@
20
"""
21
22
__docformat__ = 'restructuredtext'
23
-__version__ = '0.4.0'
+__version__ = '0.5.0'
24
25
import requests
26
from requests.packages.urllib3.exceptions import InsecureRequestWarning
0 commit comments