From 52d8f48c7f82bb14f644490a00175696bbdaf3fd Mon Sep 17 00:00:00 2001 From: yusyus Date: Mon, 2 Feb 2026 23:38:07 +0300 Subject: [PATCH] chore: Bump version to 2.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4545456..1e89b4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "skill-seekers" -version = "2.8.0" +version = "2.9.0" description = "Convert documentation websites, GitHub repositories, and PDFs into Claude AI skills. International support with Chinese (简体中文) documentation." readme = "README.md" requires-python = ">=3.10"