Skip to content

Commit 14fc440

Browse files
committed
bump version
1 parent 7d0cb13 commit 14fc440

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

__init__.py

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

3-
__version__ = "0.1.1"
3+
__version__ = "0.1.2"
44
__author__ = "Marlene Mhangami"
55
__email__ = "marlenemhangami@gmail.com"
66

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.1"
7+
version = "0.1.2"
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"},

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/marlenezw/publish-mcp-server",
88
"source": "github"
99
},
10-
"version": "0.1.1",
10+
"version": "0.1.2",
1111
"packages": [
1212
{
1313
"registry_type": "pypi",
1414
"registry_base_url": "https://pypi.org",
1515
"identifier": "publish-mcp-server",
16-
"version": "0.1.1",
16+
"version": "0.1.2",
1717
"transport": {
1818
"type": "stdio"
1919
}

0 commit comments

Comments
 (0)