Skip to content

Commit 9eb7d61

Browse files
committed
update version 0.1.3
1 parent b18892e commit 9eb7d61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

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

55
[project]
66
name = "mcphub"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "A Python package for managing and integrating Model Context Protocol (MCP) servers with AI frameworks like OpenAI Agents, LangChain, and Autogen"
99
readme = "README.md"
1010
authors = [
@@ -32,9 +32,9 @@ dependencies = [
3232
requires-python = "<4.0,>=3.10"
3333

3434
[project.urls]
35-
Documentation = "https://github.com/Cognitive-Stacks/mcphub"
36-
Issues = "https://github.com/Cognitive-Stacks/mcphub/issues"
37-
Source = "https://github.com/Cognitive-Stacks/mcphub"
35+
Documentation = "https://raw.githubusercontent.com/Cognitive-Stack/mcphub/refs/heads/master/README.md"
36+
Issues = "https://github.com/Cognitive-Stack/mcphub/issues"
37+
Source = "https://github.com/Cognitive-Stack/mcphub"
3838

3939
[project.scripts]
4040
mcphub = "mcphub.cli.commands:main"

0 commit comments

Comments
 (0)