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"