From 4b403ad60038abc413ba0e368a85f19a4950f6c1 Mon Sep 17 00:00:00 2001 From: Volt23 Date: Tue, 15 Apr 2025 22:03:55 +0200 Subject: [PATCH] Pypi version update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e474d66..cffdb9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mcp-arduino-server" -version = "0.1.2" # Start with an initial version +version = "0.1.3" # Start with an initial version authors = [ { name="Your Name", email="your.email@example.com" }, ]