From 5c37bfdd23d79f49a6eea2e0c06e493d675b9840 Mon Sep 17 00:00:00 2001 From: drodarie Date: Tue, 21 May 2024 17:39:31 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.0.0=20=E2=86=92=204.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsb_nest/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}"