Skip to content

Commit

Permalink
updated for bumpversion
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpue committed Oct 9, 2023
1 parent 3f9cf98 commit 09f7cef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ replace = version="{new_version}"
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

[bumpversion:file:graphtransliterator/core.py]
search = (?<=['"]){current_version}(?=["'])
replace = {new_version}

[flake8]
exclude = docs
max-line-length: 88
Expand Down

0 comments on commit 09f7cef

Please sign in to comment.