Update project version to 0.1.1 and simplify license declaration in pyproject.toml

This commit is contained in:
Chema
2025-05-26 20:08:29 +02:00
parent a737e3ca59
commit c38aec23d4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
"""Penpot MCP Server - Model Context Protocol server for Penpot.""" """Penpot MCP Server - Model Context Protocol server for Penpot."""
__version__ = "0.1.0" __version__ = "0.1.1"
__author__ = "Montevive AI Team" __author__ = "Montevive AI Team"
__email__ = "info@montevive.ai" __email__ = "info@montevive.ai"

View File

@@ -7,7 +7,7 @@ name = "penpot-mcp"
dynamic = ["version"] dynamic = ["version"]
description = "Model Context Protocol server for Penpot - AI-powered design workflow automation" description = "Model Context Protocol server for Penpot - AI-powered design workflow automation"
readme = "README.md" readme = "README.md"
license = {text = "MIT"} license = "MIT"
authors = [ authors = [
{name = "Montevive AI Team", email = "info@montevive.ai"} {name = "Montevive AI Team", email = "info@montevive.ai"}
] ]