Skip to content

Commit

Permalink
Merge pull request #232 from NeuroBench/release/1.0.6
Browse files Browse the repository at this point in the history
Bump version: 1.0.5 → 1.0.6
  • Loading branch information
jasonlyik authored Jul 24, 2024
2 parents dd998f0 + 71e4367 commit 3f6bc15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\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}"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.rst"
Expand Down

0 comments on commit 3f6bc15

Please sign in to comment.