From 6709e90c2c5b5627456f62b184ac0e883e9e2189 Mon Sep 17 00:00:00 2001 From: CodeSigils Date: Mon, 24 Aug 2026 12:09:03 +0300 Subject: [PATCH] chore: prepare v0.1.3 release What: Align project metadata and lockfile for the next patch release.\nWhy: Publish the post-v0.1.2 CI, documentation, and methodology improvements. --- CITATION.cff | 4 ++-- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 18cc94f..9ea6938 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,8 +5,8 @@ type: software authors: - family-names: CodeSigils license: MIT -version: "0.1.2" -date-released: "2026-08-21" +version: "0.1.3" +date-released: "2026-08-24" repository-code: "https://github.com/CodeSigils/skill-discovery" keywords: - agent diff --git a/pyproject.toml b/pyproject.toml index 0e9387e..7eaaea0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "skill-discovery" -version = "0.1.2" +version = "0.1.3" description = "A methodology for finding and evaluating agent skills" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index c55c78b..471048d 100644 --- a/uv.lock +++ b/uv.lock @@ -168,7 +168,7 @@ wheels = [ [[package]] name = "skill-discovery" -version = "0.1.2" +version = "0.1.3" source = { virtual = "." } [package.dev-dependencies]