Skip to content

Commit

Permalink
set deps to rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg committed Mar 28, 2024
1 parent 36b1538 commit 149217f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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__ = "0.0.0-b5"
__version__ = "4.0.0-rc2"
6 changes: 3 additions & 3 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.0b4,<=4.0.0b9999", "PyYAML~=6.0"]
dependencies = ["bsb-core==4.0.0rc2", "PyYAML~=6.0"]

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

[project.optional-dependencies]
test = ["bsb-core[parallel]", "bsb-test>=0.0.0b7,<=0.0.0b9999", "coverage~=7.0"]
test = ["bsb-core[parallel]", "bsb-test==4.0.0rc2", "coverage~=7.0"]
dev = [
"pre-commit~=3.5",
"black~=23.11",
Expand All @@ -33,7 +33,7 @@ dev = [
profile = "black"

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

0 comments on commit 149217f

Please sign in to comment.