Skip to content

Commit

Permalink
Bump version: 4.0.0-rc2 → 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg committed Mar 29, 2024
1 parent b95f99f commit ecacb0c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bsb_hdf5/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from .morphology_repository import MorphologyRepository
from .placement_set import PlacementSet

__version__ = "4.0.0-rc2"
__version__ = "4.0.0"
__all__ = [
"PlacementSet",
"ConnectivitySet",
Expand Down
19 changes: 9 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,21 @@ readme = "README.md"
license = { file = "LICENSE" }
classifiers = ["License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"]
dynamic = ["version", "description"]
dependencies = ["bsb-core==4.0.0rc2"]
dependencies = ["bsb-core~=4.0"]

[project.entry-points."bsb.storage.engines"]
hdf5 = "bsb_hdf5"

[project.optional-dependencies]
parallel = ["bsb-core[parallel]"]
test = ["bsb-test==4.0.0rc2", "coverage~=7.0", "bsb-core[parallel]"]
test = ["bsb-test~=4.0", "coverage~=7.0", "bsb-core[parallel]"]
docs = [
"sphinx==5.0.2",
"colour==0.1.5",
"sphinxemoji==0.2.0",
"toml==0.10.2",
"furo==2022.6.21",
"sphinx_design==0.2",
"sphinx-copybutton==0.5.0"
"sphinx~=7.0",
"sphinxemoji~=0.2",
"toml~=0.10",
"furo~=2024.0",
"sphinx-design~=0.5",
"sphinx-copybutton~=0.5"
]

[tool.isort]
Expand All @@ -34,7 +33,7 @@ profile = "black"
name = "bsb_hdf5"

[tool.bumpversion]
current_version = "4.0.0-rc2"
current_version = "4.0.0"
parse = """(?x)
(?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\.
Expand Down

0 comments on commit ecacb0c

Please sign in to comment.