diff --git a/.bumpversion.toml b/.bumpversion.toml index 05092ea..3523498 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.5" +current_version = "1.0.6" ignore_missing_version = false search = "{current_version}" replace = "{new_version}" diff --git a/docs/conf.py b/docs/conf.py index 6c491cb..35b41a6 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.5" +release = "1.0.6" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index a98ad05..7e707e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "neurobench" -version = "1.0.5" +version = "1.0.6" description = "Collaborative, Fair, and Representative Benchmarks for Neuromorphic Computing" authors = ["NeuroBench Team "] readme = "README.rst"