diff --git a/pyproject.toml b/pyproject.toml index ec5f795..da59ab6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "zaproxy" # Ensure __version__ in src/zapv2/__init__.py matches. -version = "0.4.0" +version = "0.5.0" description = "ZAP API Client" readme = "README.md" authors = ["ZAP Development Team "] diff --git a/src/zapv2/__init__.py b/src/zapv2/__init__.py index 4211f6c..7541712 100644 --- a/src/zapv2/__init__.py +++ b/src/zapv2/__init__.py @@ -20,7 +20,7 @@ """ __docformat__ = 'restructuredtext' -__version__ = '0.4.0' +__version__ = '0.5.0' import requests from requests.packages.urllib3.exceptions import InsecureRequestWarning