Skip to content

Commit 5a7caca

Browse files
committed
updating version
1 parent f7e85b6 commit 5a7caca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""Publish MCP Server - A tool to help publish MCP servers to the registry."""
22

3-
__version__ = "1.0.0"
4-
__author__ = "Your Name"
5-
__email__ = "your.email@example.com"
3+
__version__ = "0.1.1"
4+
__author__ = "Marlene Mhangami"
5+
__email__ = "marlenemhangami@gmail.com"
66

77
from .publish_mcp_server import mcp, main
88

pyproject.toml

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

55
[project]
66
name = "publish-mcp-server"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "An MCP server that helps users publish their MCP servers to the registry"
99
authors = [
1010
{name = "Marlene Mhangami", email = "marlenemhangami@gmail.com"},

0 commit comments

Comments
 (0)