From 3b4513c8506309559c622a96d4cf63138d31a6a6 Mon Sep 17 00:00:00 2001 From: eddiebergman Date: Thu, 2 May 2024 20:32:07 +0200 Subject: [PATCH] bump: version 0.12.0 --- CITATION.cff | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index da2d6a89..dd403cd2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -28,6 +28,6 @@ authors: - family-names: Hutter given-names: Frank title: "Neural Pipeline Search (NePS)" -version: 0.11.1 +version: 0.12.0 date-released: 2023-10-25 url: "https://github.com/automl/neps" diff --git a/pyproject.toml b/pyproject.toml index a1ab6b77..0e2cd5e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "neural-pipeline-search" -version = "v0.11.1" +version = "v0.12.0" description = "Neural Pipeline Search helps deep learning experts find the best neural pipeline." authors = [ "Danny Stoll ", @@ -77,7 +77,7 @@ mkdocs-gen-files = "*" mkdocstrings = { extras = ["python"], version = "*" } mkdocs-literate-nav = "*" mike = "*" -black = "*" # This allows mkdocstrings to format signatures in the docs +black = "*" # This allows mkdocstrings to format signatures in the docs [tool.poetry.group.experimental]