From ec40b9d6a2fa08b79d39e19e7f2b76870713afc8 Mon Sep 17 00:00:00 2001 From: saidsurucu Date: Sat, 19 Jul 2025 17:20:38 +0300 Subject: [PATCH] Add BDDK module and prepare v0.1.5 release --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a2a2ada..0cd71cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [project] name = "yargi-mcp" -version = "0.1.4" +version = "0.1.5" description = "MCP Server For Turkish Legal Databases" readme = "README.md" requires-python = ">=3.11" license = {text = "MIT"} authors = [{name = "Said Surucu", email = "saidsrc@gmail.com"}] -keywords = ["mcp", "turkish-law", "legal", "yargitay", "danistay", "turkish", "law", "court", "decisions"] +keywords = ["mcp", "turkish-law", "legal", "yargitay", "danistay", "bddk", "kvkk", "turkish", "law", "court", "decisions"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Legal Industry",