diff --git a/backend/apps/agent_api/views.py b/backend/apps/agent_api/views.py index d8c2744..95db4d0 100644 --- a/backend/apps/agent_api/views.py +++ b/backend/apps/agent_api/views.py @@ -52,7 +52,7 @@ from .utils import bool_param, list_param, parse_tags, parse_timezone_aware_date API_VERSION = "v1" MIN_CLI_VERSION = "0.1.0" -SERVER_VERSION = "0.1.0" +SERVER_VERSION = "0.5.0" FOUNDATION_CAPABILITIES = [ "agent.version", "case.list", diff --git a/backend/pyproject.toml b/backend/pyproject.toml index ea43a60..6097257 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "asp" -version = "0.1.0" +version = "0.5.0" requires-python = ">=3.14" dependencies = [ "channels>=4.3.2", diff --git a/backend/uv.lock b/backend/uv.lock index 15c8559..4f17c15 100644 --- a/backend/uv.lock +++ b/backend/uv.lock @@ -52,7 +52,7 @@ wheels = [ [[package]] name = "asp" -version = "0.1.0" +version = "0.5.0" source = { virtual = "." } dependencies = [ { name = "channels" }, diff --git a/cli/pyproject.toml b/cli/pyproject.toml index ccb482d..7aa3767 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "asp-cli" -version = "0.1.0" +version = "0.5.0" description = "Command line client for Agentic SOC Platform" readme = "README.md" requires-python = ">=3.11" diff --git a/cli/uv.lock b/cli/uv.lock index 474ba38..4703624 100644 --- a/cli/uv.lock +++ b/cli/uv.lock @@ -35,7 +35,7 @@ wheels = [ [[package]] name = "asp-cli" -version = "0.1.0" +version = "0.5.0" source = { editable = "." } dependencies = [ { name = "httpx" }, diff --git a/deploy/release-docs.json b/deploy/release-docs.json index 5666341..add87e0 100644 --- a/deploy/release-docs.json +++ b/deploy/release-docs.json @@ -6,6 +6,7 @@ "0.2.0": "0_2_0_OCSF_And_BaseModel", "0.3.0": "0_3_0_MCP_And_ClaudeCodePlugin", "0.4.0": "0_4_0_I_always_have_a_choice", - "0.4.1": "0_4_1_deployment_patch" + "0.4.1": "0_4_1_deployment_patch", + "0.5.0": "0_5_0_Fire_and_Blood" } }