From 35c6400f53622e6bda027efa13913eea6ac68fc9 Mon Sep 17 00:00:00 2001 From: yusyus Date: Sun, 21 Dec 2025 23:08:37 +0300 Subject: [PATCH] chore: Bump version to 2.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c341f1..b844742 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "skill-seekers" -version = "2.1.1" +version = "2.2.0" description = "Convert documentation websites, GitHub repositories, and PDFs into Claude AI skills" readme = "README.md" requires-python = ">=3.10"