Skip to content

Commit

Permalink
clean up [all] option
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed Feb 12, 2024
1 parent 2a2bc57 commit 4bc91d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ replace = "{new_version}"

[[tool.bumpversion.files]]
filename = "requirements/requirements-base.txt"
search = "bfio[all]=={current_version}"
replace = "bfio[all]=={new_version}"
search = "bfio=={current_version}"
replace = "bfio=={new_version}"

[[tool.bumpversion.files]]
filename = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-base.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bfio[all]==2.3.5
bfio==2.3.5

0 comments on commit 4bc91d8

Please sign in to comment.