From 6eb86d0a9a5f3ad2ff1f2c4ea02a070d012fb658 Mon Sep 17 00:00:00 2001 From: saidsurucu Date: Tue, 14 Jul 2026 12:11:40 +0300 Subject: [PATCH] chore: bump version to 0.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ships the AYM/Uyuşmazlık API migration (fadc3b0), which landed after the v0.2.1 release and so never reached PyPI. Fixes #33. Co-Authored-By: Claude Opus 4.8 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc41513..430ad50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yargi-mcp" -version = "0.2.1" +version = "0.2.2" description = "MCP Server For Turkish Legal Databases" readme = "README.md" requires-python = ">=3.11"