move to python 3.10

This commit is contained in:
David Soria Parra
2024-11-20 14:31:52 +00:00
parent bf3f3fdb0e
commit ca3174c10c
5 changed files with 39 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "mcp-git"
version = "0.1.0"
version = "0.2.0"
description = "A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs"
readme = "README.md"
requires-python = ">=3.10"