From 711ca1ba28c4366bf580333da37e96e540d56045 Mon Sep 17 00:00:00 2001 From: c-bata Date: Thu, 1 Aug 2024 09:49:24 +0900 Subject: [PATCH] Bump the version up to v0.11.0 --- cmaes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmaes/__init__.py b/cmaes/__init__.py index 9676cb6..85d948a 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.10.0" +__version__ = "0.11.0"