From 82a0d13d258dd701698a9160548cba77f84c2879 Mon Sep 17 00:00:00 2001 From: saidsurucu Date: Fri, 21 Nov 2025 22:21:19 +0300 Subject: [PATCH] Bump version to 0.1.8 for Gemini CLI compatibility fixes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c19e7d4..3dd3d00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yargi-mcp" -version = "0.1.7" +version = "0.1.8" description = "MCP Server For Turkish Legal Databases" readme = "README.md" requires-python = ">=3.11"