Skip to content

Commit 09aed98

Browse files
bump: version 1.0.4 → 1.0.5
1 parent 5b4661e commit 09aed98

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpver.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpver]
2-
current_version = "1.0.4"
2+
current_version = "1.0.5"
33
version_pattern = "MAJOR.MINOR.PATCH"
44
commit_message = "bump: version {old_version} → {new_version}"
55
tag_message = "v{new_version}"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# StackHawk MCP Server
22

3-
**Current Version: 1.0.4**
3+
**Current Version: 1.0.5**
44
_Requires Python 3.10 or higher_
55

66
A Model Context Protocol (MCP) server for integrating with StackHawk's security scanning platform. Provides security analytics, YAML configuration management, sensitive data/threat surface analysis, and anti-hallucination tools for LLMs.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "stackhawk-mcp"
7-
version = "1.0.4"
7+
version = "1.0.5"
88
description = "StackHawk MCP Server for Security Analytics and Developer Integration"
99
authors = [{name = "StackHawk, Inc.", email = "[email protected]"}]
1010
license = "Apache-2.0"

stackhawk-mcp.dxt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stackhawk-mcp",
33
"description": "StackHawk MCP Server for security testing, analytics, YAML validation, and vulnerability management.",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"author": "StackHawk",
66
"license": "MIT",
77
"homepage": "https://github.com/stackhawk/stackhawk-mcp",

stackhawk_mcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
with the StackHawk API through the Model Context Protocol (MCP).
66
"""
77

8-
__version__ = "1.0.4"
8+
__version__ = "1.0.5"
99
__author__ = "StackHawk MCP Team"
1010
__email__ = "[email protected]"

0 commit comments

Comments
 (0)