From 60c3d2514afeb9e7c7ef81fca4897d66cdc8cc3a Mon Sep 17 00:00:00 2001 From: c-bata Date: Tue, 13 Aug 2024 15:42:46 +0900 Subject: [PATCH] Bump the version up to v0.11.1 --- cmaes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmaes/__init__.py b/cmaes/__init__.py index 85d948a..f472505 100644 --- a/cmaes/__init__.py +++ b/cmaes/__init__.py @@ -6,4 +6,4 @@ from ._dxnesic import DXNESIC # NOQA from ._catcma import CatCMA # NOQA -__version__ = "0.11.0" +__version__ = "0.11.1"