Skip to content

Commit

Permalink
Bump version: 4.0.2 → 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
filimarc committed Sep 26, 2024
1 parent 3997d8a commit 19b006f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bsb_neuron/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
from .adapter import NeuronAdapter
from .simulation import NeuronSimulation

__version__ = "4.0.2"
__version__ = "4.0.3"
__plugin__ = SimulationBackendPlugin(Simulation=NeuronSimulation, Adapter=NeuronAdapter)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ line-length = 90
profile = "black"

[tool.bumpversion]
current_version = "4.0.2"
current_version = "4.0.3"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down

0 comments on commit 19b006f

Please sign in to comment.