Skip to content

Commit ffcc042

Browse files
committed
package fix
1 parent 5a423f7 commit ffcc042

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
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.2.1"
7+
__version__ = "0.2.2"

cockroachdb_mcp_server/db/__init__.py

Whitespace-only changes.

cockroachdb_mcp_server/models/__init__.py

Whitespace-only changes.

cockroachdb_mcp_server/routes/__init__.py

Whitespace-only changes.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cockroachdb-mcp-server"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Model Context Protocol server with CockroachDB"
55
authors = [{ name = "Virag Tripathi", email = "virag.tripathi@gmail.com" }]
66
license = "MIT"
@@ -47,5 +47,5 @@ requires = ["setuptools", "wheel"]
4747
build-backend = "setuptools.build_meta"
4848

4949
[tool.setuptools.packages.find]
50-
where = ["."] # ensures both top-level dirs are found
51-
include = ["cockroachdb_mcp_server"]
50+
where = ["."]
51+
include = ["cockroachdb_mcp_server*"]

0 commit comments

Comments
 (0)