From d590702272599dfbd4b8b854a5326bc1482b5010 Mon Sep 17 00:00:00 2001 From: saidsurucu Date: Sat, 12 Jul 2025 11:41:35 +0300 Subject: [PATCH] Bump version to 0.1.3 - Add auto-install Playwright browsers functionality - Fix KIK tool page_number parameter descriptions - Add 'accepts int' notes to all page_number parameters - Improve PyPI deployment experience --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc7ae00..f348be3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yargi-mcp" -version = "0.1.2" +version = "0.1.3" description = "MCP Server For Turkish Legal Databases" readme = "README.md" requires-python = ">=3.11"