From e1212277932217fc3898be17255a7d4a71904b30 Mon Sep 17 00:00:00 2001 From: eddiebergman Date: Tue, 13 Jun 2023 11:40:50 +0200 Subject: [PATCH] ci: bump version to 0.7.1 --- changelog.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index dc62c41f..be2b7d41 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +# Version 0.7.1 + +* MAINT #321: De-cythonize main modules, add deprecation wranings + +# Version 0.7.0 + +* Many bugfixes, please see Github + # Version 0.6.1 * MAINT #286: Add support for Python 3.11. diff --git a/pyproject.toml b/pyproject.toml index fd8008ac..b6c17320 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ConfigSpace" -version = "0.7.0" +version = "0.7.1" description = """\ Creation and manipulation of parameter configuration spaces for \ automated algorithm configuration and hyperparameter tuning. \