Skip to content

Commit

Permalink
Generalize __init__.py version update.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Nov 5, 2023
1 parent 6fd1e79 commit eeca137
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,9 @@ current_version = "4.7.2"
allow_dirty = true

[[tool.bumpversion.files]]
# Update Python package version.
filename = "./click_extra/__init__.py"
# Update Python package version in any __init__.py file.
glob = "./**/__init__.py"
ignore_missing_version = true

[[tool.bumpversion.files]]
# Update version in Poetry section.
Expand Down

0 comments on commit eeca137

Please sign in to comment.