From bf02a23fc97c563a1169ef867b292bd24e1b5b4d Mon Sep 17 00:00:00 2001 From: Sarah Krebs Date: Mon, 31 Jul 2023 17:53:07 +0200 Subject: [PATCH] Raise version number --- CITATION.cff | 2 +- Makefile | 2 +- benchmark/src/wrappers/v20.py | 2 +- docs/conf.py | 1 + smac/__init__.py | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 36435d6ec..a984b24c5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -9,7 +9,7 @@ date-released: "2016-08-17" url: "https://automl.github.io/SMAC3/master/index.html" repository-code: "https://github.com/automl/SMAC3" -version: "2.0.1" +version: "2.0.2" type: "software" keywords: diff --git a/Makefile b/Makefile index f7727cf7f..ba7a4268b 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SHELL := /bin/bash NAME := SMAC3 PACKAGE_NAME := smac -VERSION := 2.0.1 +VERSION := 2.0.2 DIR := "${CURDIR}" SOURCE_DIR := ${PACKAGE_NAME} diff --git a/benchmark/src/wrappers/v20.py b/benchmark/src/wrappers/v20.py index 8ed0864ec..9f2be56dc 100644 --- a/benchmark/src/wrappers/v20.py +++ b/benchmark/src/wrappers/v20.py @@ -6,7 +6,7 @@ class Version20(Wrapper): - supported_versions: list[str] = ["2.0.1"] + supported_versions: list[str] = ["2.0.2"] def __init__(self, task: Task, seed: int) -> None: super().__init__(task, seed) diff --git a/docs/conf.py b/docs/conf.py index d7b559888..198361fb9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,6 +12,7 @@ "version": version, "versions": { f"v{version}": "#", + "v2.0.1": "https://automl.github.io/SMAC3/v2.0.1/", "v2.0.0": "https://automl.github.io/SMAC3/v2.0.0/", "v2.0.0b1": "https://automl.github.io/SMAC3/v2.0.0b1/", "v2.0.0a2": "https://automl.github.io/SMAC3/v2.0.0a2/", diff --git a/smac/__init__.py b/smac/__init__.py index f3fe5805b..ab2781297 100644 --- a/smac/__init__.py +++ b/smac/__init__.py @@ -19,7 +19,7 @@ Copyright {datetime.date.today().strftime('%Y')}, Marius Lindauer, Katharina Eggensperger, Matthias Feurer, André Biedenkapp, Difan Deng, Carolin Benjamins, Tim Ruhkopf, René Sass and Frank Hutter""" -version = "2.0.1" +version = "2.0.2" try: