Skip to content

Commit d9e0d1c

Browse files
chore: bump version to 0.1.3
1 parent 4a1d4a2 commit d9e0d1c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

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

55
[project]
66
name = "python-docs-mcp-server"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "A read-only, version-aware MCP retrieval server over Python standard library documentation"
99
readme = "README.md"
1010
license = "MIT"

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"url": "https://github.com/ayhammouda/python-docs-mcp-server",
99
"source": "github"
1010
},
11-
"version": "0.1.2",
11+
"version": "0.1.3",
1212
"packages": [
1313
{
1414
"registryType": "pypi",
1515
"registryBaseUrl": "https://pypi.org",
1616
"identifier": "python-docs-mcp-server",
17-
"version": "0.1.2",
17+
"version": "0.1.3",
1818
"runtimeHint": "uvx",
1919
"transport": {
2020
"type": "stdio"

0 commit comments

Comments
 (0)