Skip to content

Commit

Permalink
docs: bump version: v4.4.0 → v4.4.1 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
drodarie authored and github-actions[bot] committed Aug 2, 2024
1 parent 09ab71f commit 635df97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bsb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
install the `bsb` package instead.
"""

__version__ = "4.4.0"
__version__ = "4.4.1"

import functools
import importlib
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ line-length = 90
profile = "black"

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

0 comments on commit 635df97

Please sign in to comment.