From cca8b3fb48d9b8edbfc7990ec0c3916b35f8db3d Mon Sep 17 00:00:00 2001 From: benedettoleto Date: Fri, 28 Mar 2025 09:13:33 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.0=E2=86=92=202.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- docs/conf.py | 2 +- neurobench/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 8f4cb6ad..6f1e76c4 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -3,7 +3,7 @@ parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] regex = false -current_version = "2.0.0" +current_version = "2.1.0" ignore_missing_version = false search = "{current_version}" replace = "{new_version}" diff --git a/docs/conf.py b/docs/conf.py index 20ad54a3..93e8d310 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ project = "NeuroBench" copyright = "2024, Jason Yik, Noah Pacik-Nelson, Korneel Van Den Berghe, Benedetto Leto" author = "Jason Yik, Noah Pacik-Nelson, Korneel Van Den Berghe" -release = "2.0.0" +release = "2.1.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/neurobench/version.py b/neurobench/version.py index 8c0d5d5b..9aa3f903 100644 --- a/neurobench/version.py +++ b/neurobench/version.py @@ -1 +1 @@ -__version__ = "2.0.0" +__version__ = "2.1.0" diff --git a/pyproject.toml b/pyproject.toml index f633dbea..00ce1420 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "neurobench" -version = "2.0.0" +version = "2.1.0" description = "Collaborative, Fair, and Representative Benchmarks for Neuromorphic Computing" authors = ["NeuroBench Team "] readme = "README.rst"