mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-08-15 01:20:18 +02:00
chore: bump all package versions to 0.7.3 for consistency
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<a href="LICENSE"><img src="https://img.shields.io/badge/license-BSL%20%2B%20Apache-orange" alt="License: BSL + Apache"></a>
|
<a href="LICENSE"><img src="https://img.shields.io/badge/license-BSL%20%2B%20Apache-orange" alt="License: BSL + Apache"></a>
|
||||||
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/python-3.11%2B-blue" alt="Python 3.11+"/></a>
|
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/python-3.11%2B-blue" alt="Python 3.11+"/></a>
|
||||||
<a href="https://fuzzforge.ai"><img src="https://img.shields.io/badge/Website-fuzzforge.ai-blue" alt="Website"/></a>
|
<a href="https://fuzzforge.ai"><img src="https://img.shields.io/badge/Website-fuzzforge.ai-blue" alt="Website"/></a>
|
||||||
<img src="https://img.shields.io/badge/version-0.7.0-green" alt="Version">
|
<img src="https://img.shields.io/badge/version-0.7.3-green" alt="Version">
|
||||||
<a href="https://github.com/FuzzingLabs/fuzzforge_ai/stargazers"><img src="https://img.shields.io/github/stars/FuzzingLabs/fuzzforge_ai?style=social" alt="GitHub Stars"></a>
|
<a href="https://github.com/FuzzingLabs/fuzzforge_ai/stargazers"><img src="https://img.shields.io/github/stars/FuzzingLabs/fuzzforge_ai?style=social" alt="GitHub Stars"></a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "fuzzforge-ai"
|
name = "fuzzforge-ai"
|
||||||
version = "0.7.0"
|
version = "0.7.3"
|
||||||
description = "FuzzForge AI orchestration module"
|
description = "FuzzForge AI orchestration module"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
|
|||||||
@@ -21,4 +21,4 @@ Usage:
|
|||||||
# Additional attribution and requirements are provided in the NOTICE file.
|
# Additional attribution and requirements are provided in the NOTICE file.
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.6.0"
|
__version__ = "0.7.3"
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "backend"
|
name = "backend"
|
||||||
version = "0.7.0"
|
version = "0.7.3"
|
||||||
description = "FuzzForge OSS backend"
|
description = "FuzzForge OSS backend"
|
||||||
authors = []
|
authors = []
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "fuzzforge-cli"
|
name = "fuzzforge-cli"
|
||||||
version = "0.7.0"
|
version = "0.7.3"
|
||||||
description = "FuzzForge CLI - Command-line interface for FuzzForge security testing platform"
|
description = "FuzzForge CLI - Command-line interface for FuzzForge security testing platform"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
|
|||||||
@@ -16,4 +16,4 @@ with local project management and persistent storage.
|
|||||||
# Additional attribution and requirements are provided in the NOTICE file.
|
# Additional attribution and requirements are provided in the NOTICE file.
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.6.0"
|
__version__ = "0.7.3"
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "fuzzforge-sdk"
|
name = "fuzzforge-sdk"
|
||||||
version = "0.7.0"
|
version = "0.7.3"
|
||||||
description = "Python SDK for FuzzForge security testing workflow orchestration platform"
|
description = "Python SDK for FuzzForge security testing workflow orchestration platform"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ from .testing import (
|
|||||||
DEFAULT_TEST_CONFIG,
|
DEFAULT_TEST_CONFIG,
|
||||||
)
|
)
|
||||||
|
|
||||||
__version__ = "0.6.0"
|
__version__ = "0.7.3"
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"FuzzForgeClient",
|
"FuzzForgeClient",
|
||||||
"WorkflowSubmission",
|
"WorkflowSubmission",
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
"""FuzzForge Platform - Complete security testing platform with AI capabilities."""
|
"""FuzzForge Platform - Complete security testing platform with AI capabilities."""
|
||||||
|
|
||||||
__version__ = "0.6.0"
|
__version__ = "0.7.3"
|
||||||
Reference in New Issue
Block a user