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"