We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e85b6 commit 5a7cacaCopy full SHA for 5a7caca
__init__.py
@@ -1,8 +1,8 @@
1
"""Publish MCP Server - A tool to help publish MCP servers to the registry."""
2
3
-__version__ = "1.0.0"
4
-__author__ = "Your Name"
5
-__email__ = "your.email@example.com"
+__version__ = "0.1.1"
+__author__ = "Marlene Mhangami"
+__email__ = "marlenemhangami@gmail.com"
6
7
from .publish_mcp_server import mcp, main
8
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "publish-mcp-server"
-version = "0.1.0"
+version = "0.1.1"
description = "An MCP server that helps users publish their MCP servers to the registry"
9
authors = [
10
{name = "Marlene Mhangami", email = "marlenemhangami@gmail.com"},
0 commit comments