Skip to content

Commit 3fc3e47

Browse files
authored
Update version and author information in __init__.py
1 parent 1747684 commit 3fc3e47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

9-
__all__ = ["mcp", "main"]
9+
__all__ = ["mcp", "main"]

0 commit comments

Comments
 (0)