From 31b17872951373a2f2bb2b6a15b1eca019f2d2c3 Mon Sep 17 00:00:00 2001 From: benedettoleto Date: Tue, 12 May 2026 16:12:57 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.2.0=20=E2=86=92=202.3.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 9a353a3..d4bb155 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.2.0" +current_version = "2.3.0" ignore_missing_version = false search = "{current_version}" replace = "{new_version}" diff --git a/docs/conf.py b/docs/conf.py index fc663d1..b9cd8bd 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.2.0" +release = "2.3.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 8a124bf..55e4709 100644 --- a/neurobench/version.py +++ b/neurobench/version.py @@ -1 +1 @@ -__version__ = "2.2.0" +__version__ = "2.3.0" diff --git a/pyproject.toml b/pyproject.toml index 0c83400..6a53db0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "neurobench" -version = "2.2.0" +version = "2.3.0" description = "Collaborative, Fair, and Representative Benchmarks for Neuromorphic Computing" authors = ["NeuroBench Team "] readme = "README.rst"