diff --git a/CITATION.cff b/CITATION.cff index ae546181..d4d59c69 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -36,6 +36,6 @@ authors: - family-names: Hutter given-names: Frank title: "Neural Pipeline Search (NePS)" -version: 0.14.0 +version: 0.15.0 date-released: 2025-04-11 url: "https://github.com/automl/neps" diff --git a/pyproject.toml b/pyproject.toml index 91dcf340..b2360750 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "neural-pipeline-search" -version = "v0.14.0" +version = "v0.15.0" description = "Neural Pipeline Search helps deep learning experts find the best neural pipeline." authors = [ { name = "Danny Stoll", email = "stolld@cs.uni-freiburg.de" }, @@ -327,7 +327,7 @@ module = ["requests"] ignore_missing_imports = true [tool.bumpversion] -current_version = "0.14.0" +current_version = "0.15.0" commit = true tag = true