From 97273c50de6a15cc804800b7f4b024a466ae845f Mon Sep 17 00:00:00 2001 From: Simon Blanke Date: Tue, 19 Nov 2024 18:04:24 +0100 Subject: [PATCH] v1.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11f664a..69570b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ where = ["src"] [project] name = "gradient-free-optimizers" -version = "1.6.1" +version = "1.7.0" 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"