Skip to content

Commit 2ce20d3

Browse files
committed
chore: bump all package versions to 0.7.3 for consistency
1 parent e2dfa01 commit 2ce20d3

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<a href="LICENSE"><img src="https://img.shields.io/badge/license-BSL%20%2B%20Apache-orange" alt="License: BSL + Apache"></a>
1111
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/python-3.11%2B-blue" alt="Python 3.11+"/></a>
1212
<a href="https://fuzzforge.ai"><img src="https://img.shields.io/badge/Website-fuzzforge.ai-blue" alt="Website"/></a>
13-
<img src="https://img.shields.io/badge/version-0.7.0-green" alt="Version">
13+
<img src="https://img.shields.io/badge/version-0.7.3-green" alt="Version">
1414
<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>
1515

1616
</p>

ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fuzzforge-ai"
3-
version = "0.7.0"
3+
version = "0.7.3"
44
description = "FuzzForge AI orchestration module"
55
readme = "README.md"
66
requires-python = ">=3.11"

ai/src/fuzzforge_ai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
# Additional attribution and requirements are provided in the NOTICE file.
2222

2323

24-
__version__ = "0.6.0"
24+
__version__ = "0.7.3"

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "backend"
3-
version = "0.7.0"
3+
version = "0.7.3"
44
description = "FuzzForge OSS backend"
55
authors = []
66
readme = "README.md"

cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fuzzforge-cli"
3-
version = "0.7.0"
3+
version = "0.7.3"
44
description = "FuzzForge CLI - Command-line interface for FuzzForge security testing platform"
55
readme = "README.md"
66
authors = [

cli/src/fuzzforge_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# Additional attribution and requirements are provided in the NOTICE file.
1717

1818

19-
__version__ = "0.6.0"
19+
__version__ = "0.7.3"

sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fuzzforge-sdk"
3-
version = "0.7.0"
3+
version = "0.7.3"
44
description = "Python SDK for FuzzForge security testing workflow orchestration platform"
55
readme = "README.md"
66
authors = [

sdk/src/fuzzforge_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
DEFAULT_TEST_CONFIG,
4343
)
4444

45-
__version__ = "0.6.0"
45+
__version__ = "0.7.3"
4646
__all__ = [
4747
"FuzzForgeClient",
4848
"WorkflowSubmission",

src/fuzzforge/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""FuzzForge Platform - Complete security testing platform with AI capabilities."""
22

3-
__version__ = "0.6.0"
3+
__version__ = "0.7.3"

0 commit comments

Comments
 (0)