From 0998f01a1c744e332779991c4909d13a07bf266a Mon Sep 17 00:00:00 2001 From: Niki van Stein Date: Mon, 24 Aug 2026 13:55:47 +0200 Subject: [PATCH 1/3] Bump version from 1.2.0 to 1.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee79d5758..97ecd2a19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "llamea" -version = "1.2.0" +version = "1.3.0" description = "LLaMEA is a Python framework for automatically generating and refining metaheuristic optimization algorithms using large language models, featuring optional in-the-loop hyper-parameter optimization." authors = [{ name = "Niki van Stein", email = "n.van.stein@liacs.leidenuniv.nl" }] requires-python = ">=3.11, <4" From 20b399226664d569c4bee14218ef3ce13cb154e4 Mon Sep 17 00:00:00 2001 From: Niki van Stein Date: Mon, 24 Aug 2026 13:56:17 +0200 Subject: [PATCH 2/3] Bump version from 1.2.0 to 1.3.0 --- pyproject-lite.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject-lite.toml b/pyproject-lite.toml index 603e23958..a54623557 100644 --- a/pyproject-lite.toml +++ b/pyproject-lite.toml @@ -1,6 +1,6 @@ [project] name = "llamea-lite" -version = "1.2.0" +version = "1.3.0" description = "LLaMEA without bundled LLM or HPO dependencies" authors = [{ name = "Niki van Stein", email = "n.van.stein@liacs.leidenuniv.nl" }] requires-python = ">=3.11, <4" From 2eb3a4d93f59982113d6961fc0a404923d10ec56 Mon Sep 17 00:00:00 2001 From: Niki van Stein Date: Mon, 24 Aug 2026 12:03:56 +0000 Subject: [PATCH 3/3] new lock file --- uv.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uv.lock b/uv.lock index 130a4219a..89eb5c451 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 3 +revision = 2 requires-python = ">=3.11, <4" resolution-markers = [ "python_full_version >= '3.14'", @@ -2249,7 +2249,7 @@ wheels = [ [[package]] name = "llamea" -version = "1.2.0" +version = "1.3.0" source = { editable = "." } dependencies = [ { name = "configspace" },