Skip to content

Commit

Permalink
Bump version: 4.0.0 → 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drodarie committed Jul 17, 2024
1 parent 51d2d48 commit a1ecf05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bsb_test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from bsb import Configuration, Scaffold, Storage


__version__ = "4.0.0"
__version__ = "4.1.0"


class NetworkFixture:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ line-length=120
profile = "black"

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

0 comments on commit a1ecf05

Please sign in to comment.