From 34c89dddbfe8818a74217d420b73cfd9797c7c4e Mon Sep 17 00:00:00 2001 From: Simon Blanke Date: Sat, 7 Dec 2024 13:02:22 +0100 Subject: [PATCH] v1.7.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a73b6cf..ef0ddaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ where = ["src"] [project] name = "gradient-free-optimizers" -version = "1.7.0" +version = "1.7.1" description = "Simple and reliable optimization with local, global, population-based and sequential techniques in numerical discrete search spaces." readme = "README.md" requires-python = ">=3.9"