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

from .schema import get_json_schema, get_schema

__version__ = "0.0.0-b7"
__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 @@ -10,7 +10,7 @@ license = {file = "LICENSE"}
classifiers = ["License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"]
dynamic = ["version", "description"]
requires-python = ">=3.8"
dependencies = ["bsb-core>=4.0.0b6,<=4.0.0b9999"]
dependencies = ["bsb-core==4.0.0rc2"]

[project.entry-points."bsb.config.parsers"]
json = "bsb_json.parser"
Expand All @@ -22,7 +22,7 @@ json_templates = "bsb_json.templates"
name = "bsb_json"

[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 @@ -34,7 +34,7 @@ dev = [
profile = "black"

[tool.bumpversion]
current_version = "0.0.0-b7"
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 1e55c15

Please sign in to comment.