From 321b9d5eedc5f69bed303c43e024ec29db4d239f Mon Sep 17 00:00:00 2001 From: tduhamel42 Date: Tue, 4 Nov 2025 13:49:57 +0100 Subject: [PATCH] chore: bump all package versions to 0.7.3 for consistency --- README.md | 2 +- ai/pyproject.toml | 2 +- ai/src/fuzzforge_ai/__init__.py | 2 +- backend/pyproject.toml | 2 +- cli/pyproject.toml | 2 +- cli/src/fuzzforge_cli/__init__.py | 2 +- sdk/pyproject.toml | 2 +- sdk/src/fuzzforge_sdk/__init__.py | 2 +- src/fuzzforge/__init__.py | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4e89bc3..f76dcce 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ License: BSL + Apache Python 3.11+ Website - Version + Version GitHub Stars

diff --git a/ai/pyproject.toml b/ai/pyproject.toml index d5c0e77..120b9cc 100644 --- a/ai/pyproject.toml +++ b/ai/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fuzzforge-ai" -version = "0.7.0" +version = "0.7.3" description = "FuzzForge AI orchestration module" readme = "README.md" requires-python = ">=3.11" diff --git a/ai/src/fuzzforge_ai/__init__.py b/ai/src/fuzzforge_ai/__init__.py index cca81fc..eefecd9 100644 --- a/ai/src/fuzzforge_ai/__init__.py +++ b/ai/src/fuzzforge_ai/__init__.py @@ -21,4 +21,4 @@ Usage: # Additional attribution and requirements are provided in the NOTICE file. -__version__ = "0.6.0" \ No newline at end of file +__version__ = "0.7.3" \ No newline at end of file diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 03a7307..595d473 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "backend" -version = "0.7.0" +version = "0.7.3" description = "FuzzForge OSS backend" authors = [] readme = "README.md" diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 1b8ddd9..4a71d1e 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fuzzforge-cli" -version = "0.7.0" +version = "0.7.3" description = "FuzzForge CLI - Command-line interface for FuzzForge security testing platform" readme = "README.md" authors = [ diff --git a/cli/src/fuzzforge_cli/__init__.py b/cli/src/fuzzforge_cli/__init__.py index 9d26c75..cc4a071 100644 --- a/cli/src/fuzzforge_cli/__init__.py +++ b/cli/src/fuzzforge_cli/__init__.py @@ -16,4 +16,4 @@ with local project management and persistent storage. # Additional attribution and requirements are provided in the NOTICE file. -__version__ = "0.6.0" \ No newline at end of file +__version__ = "0.7.3" \ No newline at end of file diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index 2afc681..694807f 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fuzzforge-sdk" -version = "0.7.0" +version = "0.7.3" description = "Python SDK for FuzzForge security testing workflow orchestration platform" readme = "README.md" authors = [ diff --git a/sdk/src/fuzzforge_sdk/__init__.py b/sdk/src/fuzzforge_sdk/__init__.py index b0da889..d50f599 100644 --- a/sdk/src/fuzzforge_sdk/__init__.py +++ b/sdk/src/fuzzforge_sdk/__init__.py @@ -42,7 +42,7 @@ from .testing import ( DEFAULT_TEST_CONFIG, ) -__version__ = "0.6.0" +__version__ = "0.7.3" __all__ = [ "FuzzForgeClient", "WorkflowSubmission", diff --git a/src/fuzzforge/__init__.py b/src/fuzzforge/__init__.py index 3846ea1..87a087f 100644 --- a/src/fuzzforge/__init__.py +++ b/src/fuzzforge/__init__.py @@ -1,3 +1,3 @@ """FuzzForge Platform - Complete security testing platform with AI capabilities.""" -__version__ = "0.6.0" \ No newline at end of file +__version__ = "0.7.3" \ No newline at end of file