Skip to content

Commit 9b3e724

Browse files
authored
Bump version from 1.1.10 to 1.2.0 (#125)
* Bump version from 1.1.10 to 1.2.0 Bumping up version code. * Bump version from 1.1.10 to 1.2.0 for lite version
1 parent 60e497d commit 9b3e724

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject-lite.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "llamea-lite"
3-
version = "1.1.10"
3+
version = "1.2.0"
44
description = "LLaMEA without bundled LLM or HPO dependencies"
55
authors = [{ name = "Niki van Stein", email = "n.van.stein@liacs.leidenuniv.nl" }]
66
requires-python = ">=3.11, <4"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "llamea"
3-
version = "1.1.10"
3+
version = "1.2.0"
44
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."
55
authors = [{ name = "Niki van Stein", email = "n.van.stein@liacs.leidenuniv.nl" }]
66
requires-python = ">=3.11, <4"

0 commit comments

Comments
 (0)