Skip to content

Commit 0bcb19e

Browse files
drernieclaude
andcommitted
chore: Set clean version 0.5.9 for automated prerelease testing
- Revert to proper semantic version 0.5.9 - Sync manifest.json with clean version - Prepare for make tag-dev automated prerelease generation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent cd22a15 commit 0bcb19e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "quilt-mcp-server"
3-
version = "0.5.9-rc.1"
3+
version = "0.5.9"
44
description = "Secure MCP server for accessing Quilt data with JWT authentication"
55
readme = "README.md"
66
requires-python = ">=3.11"

tools/dxt/assets/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dxt_version": "0.1",
33
"name": "quilt-mcp",
4-
"version": "0.5.9-rc.1",
4+
"version": "0.5.9",
55
"description": "Access Quilt data packages through Claude Desktop",
66
"author": {
77
"name": "Quilt Data, Inc.",

0 commit comments

Comments
 (0)