Skip to content

Commit

Permalink
Pin aibs-informatics-test-resources
Browse files Browse the repository at this point in the history
  • Loading branch information
rpmcginty authored Dec 11, 2024
1 parent a58e368 commit 7ee957f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [

[project.optional-dependencies]
dev = [
"aibs-informatics-test-resources[all]",
"aibs-informatics-test-resources[all]~=0.0.4",
]
release = [
"build",
Expand Down Expand Up @@ -245,4 +245,4 @@ tag_name = "v{new_version}"
[[tool.bumpversion.files]]
filename = "src/aibs_informatics_core/_version.py"
search = "__version__ = \"{current_version}\""
replace = "__version__ = \"{new_version}\""
replace = "__version__ = \"{new_version}\""

0 comments on commit 7ee957f

Please sign in to comment.