Skip to content

Commit

Permalink
Removes duplicate file in bumpversion
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgondu committed Aug 14, 2024
1 parent 290fa52 commit bed6e98
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ filename = "src/poli/__init__.py"
search = '__version__ = "{current_version}"'
replace = '__version__ = "{new_version}"'

[[tool.bumpversion.files]]
filename = "src/poli/__init__.py"
search = '__version__ = "{current_version}"'
replace = '__version__ = "{new_version}"'

[[tool.bumpversion.files]]
filename = "setup.cfg"
search = 'version = "{current_version}"'
Expand Down

0 comments on commit bed6e98

Please sign in to comment.