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 c450ee9 commit 3e584af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bsb_yaml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

from .components import YamlDependencyNode

__version__ = "4.0.0-rc2"
__version__ = "4.0.0"
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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", "PyYAML~=6.0"]
dependencies = ["bsb-core~=4.0", "PyYAML~=6.0"]

[project.entry-points."bsb.config.parsers"]
yaml = "bsb_yaml.parser"
Expand All @@ -21,10 +21,10 @@ yaml_templates = "bsb_yaml.templates"
name = "bsb_yaml"

[project.optional-dependencies]
test = ["bsb-core[parallel]", "bsb-test==4.0.0rc2", "coverage~=7.0"]
test = ["bsb-core[parallel]", "bsb-test~=4.0", "coverage~=7.0"]
dev = [
"pre-commit~=3.5",
"black~=23.11",
"black~=24.0",
"isort~=5.12",
"bump-my-version~=0.18"
]
Expand All @@ -33,7 +33,7 @@ dev = [
profile = "black"

[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 3e584af

Please sign in to comment.