From 8fa57632165e4ad0f255a954e198edcf4c01dedf Mon Sep 17 00:00:00 2001 From: c-bata Date: Sat, 28 Mar 2026 16:27:38 +0900 Subject: [PATCH] Bump the version up to v0.13.0 --- cmaes/__init__.py | 2 +- pyproject.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cmaes/__init__.py b/cmaes/__init__.py index e17d2af..005fe55 100644 --- a/cmaes/__init__.py +++ b/cmaes/__init__.py @@ -9,4 +9,4 @@ from ._catcmawm import CatCMAwM # NOQA from ._comocatcmawm import COMOCatCMAwM # NOQA -__version__ = "0.12.0" +__version__ = "0.13.0" diff --git a/pyproject.toml b/pyproject.toml index b64b522..92c8570 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,11 +14,10 @@ maintainers = [ { name = "Ryoki Hamano", "email" = "hamano_ryoki_xa@cyberagent.co.jp" } ] requires-python = ">=3.9" -license = {file = "LICENSE"} +license = "MIT" classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9",