From d30bccb94e773b2099b5dd593088b7faccd85ead Mon Sep 17 00:00:00 2001 From: Jason Yik Date: Tue, 21 May 2024 11:41:27 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.3=20=E2=86=92=201.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 3bf235c..3cdaae4 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 = "1.0.3" +current_version = "1.0.4" ignore_missing_version = false search = "{current_version}" replace = "{new_version}" diff --git a/docs/conf.py b/docs/conf.py index 6c80c71..7854277 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" author = "Jason Yik, Noah Pacik-Nelson, Korneel Van Den Berghe" -release = "1.0.3" +release = "1.0.4" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 200c4d3..5b27ff4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "neurobench" -version = "1.0.3" +version = "1.0.4" description = "Collaborative, Fair, and Representative Benchmarks for Neuromorphic Computing" authors = ["NeuroBench Team "] readme = "README.rst"