Skip to content

Commit 95d727a

Browse files
committed
bumped version
1 parent b6a95d3 commit 95d727a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cockroachdb_mcp_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
FastAPI-based MCP server backed by CockroachDB.
55
"""
66

7-
__version__ = "0.1.0"
7+
__version__ = "0.2.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cockroachdb-mcp-server"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Model Context Protocol server with CockroachDB"
55
authors = [{ name = "Virag Tripathi", email = "virag.tripathi@gmail.com" }]
66
license = "MIT"

0 commit comments

Comments
 (0)