From 02605dad3e5d350ced7ab0849bcc962773eea122 Mon Sep 17 00:00:00 2001 From: Andreas Happe Date: Wed, 27 Aug 2025 15:07:02 +0200 Subject: [PATCH] Bump version from 0.4.0 to 0.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 93c4698..d0961ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ description = "Helping Ethical Hackers use LLMs in 50 lines of code" readme = "README.md" keywords = ["hacking", "pen-testing", "LLM", "AI", "agent"] requires-python = ">=3.10" -version = "0.4.0" +version = "0.5.0" license = { file = "LICENSE" } classifiers = [ "Programming Language :: Python :: 3",