From 21cb52acc613f50c4b4cdc698d89da42483bb47e Mon Sep 17 00:00:00 2001 From: Simon Blanke Date: Wed, 14 Aug 2024 15:46:55 +0200 Subject: [PATCH] v1.6.0a0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2db8d0..588a9a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ where = ["src"] [project] name = "gradient-free-optimizers" -version = "1.5.0" +version = "1.6.0a0" description = "Simple and reliable optimization with local, global, population-based and sequential techniques in numerical discrete search spaces." dynamic = ["dependencies"] readme = "README.md"