From 476e5b2d6b47cf121fe93805b28dad9414276fe8 Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Mon, 20 Jan 2025 14:11:21 +0000 Subject: [PATCH] Prepare next dev iteration Signed-off-by: Simon Bennetts --- pyproject.toml | 2 +- src/zapv2/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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