diff --git a/bsb_nest/__init__.py b/bsb_nest/__init__.py index 03a4330..4631f71 100644 --- a/bsb_nest/__init__.py +++ b/bsb_nest/__init__.py @@ -9,4 +9,4 @@ from .simulation import NestSimulation __plugin__ = SimulationBackendPlugin(Simulation=NestSimulation, Adapter=NestAdapter) -__version__ = "4.0.0" +__version__ = "4.1.0" diff --git a/pyproject.toml b/pyproject.toml index 99abbd1..e5557fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ profile = "black" known_third_party = ["nest"] [tool.bumpversion] -current_version = "4.0.0" +current_version = "4.1.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}"