Skip to content

Commit faa4e1b

Browse files
authored
Merge pull request #267 from NeuroBench/release/2.2.0
Bump version: 2.1.0 → 2.2.0
2 parents 221357c + 10fb433 commit faa4e1b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
regex = false
6-
current_version = "2.1.0"
6+
current_version = "2.2.0"
77
ignore_missing_version = false
88
search = "{current_version}"
99
replace = "{new_version}"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
project = "NeuroBench"
1515
copyright = "2024, Jason Yik, Noah Pacik-Nelson, Korneel Van Den Berghe, Benedetto Leto"
1616
author = "Jason Yik, Noah Pacik-Nelson, Korneel Van Den Berghe"
17-
release = "2.1.0"
17+
release = "2.2.0"
1818

1919
# -- General configuration ---------------------------------------------------
2020
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

neurobench/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.0"
1+
__version__ = "2.2.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "neurobench"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
description = "Collaborative, Fair, and Representative Benchmarks for Neuromorphic Computing"
55
authors = ["NeuroBench Team <neurobench@googlegroups.com>"]
66
readme = "README.rst"

0 commit comments

Comments
 (0)