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]