Skip to content

Commit dee64e8

Browse files
akolotovclaude
andcommitted
Phase 6: Version bump
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent e1afa11 commit dee64e8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

blockscout_mcp_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-License-Identifier: LicenseRef-Blockscout
22
"""Blockscout MCP Server package."""
33

4-
__version__ = "0.16.0.dev16"
4+
__version__ = "0.16.0.dev17"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "blockscout-mcp-server"
3-
version = "0.16.0.dev16"
3+
version = "0.16.0.dev17"
44
description = "MCP server for Blockscout"
55
requires-python = ">=3.11"
66
dependencies = [

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "com.blockscout/mcp-server",
44
"description": "MCP server for Blockscout",
5-
"version": "0.16.0.dev16",
5+
"version": "0.16.0.dev17",
66
"websiteUrl": "https://blockscout.com",
77
"repository": {
88
"url": "https://github.com/blockscout/mcp-server",

0 commit comments

Comments
 (0)