Skip to content

Commit

Permalink
Merge pull request #1345 from gridsingularity/fix-bumpversion-replace…
Browse files Browse the repository at this point in the history
…ment

Fix bumpversion replacement
  • Loading branch information
fievelk authored Dec 20, 2021
2 parents 03a1937 + 9b58d66 commit bb7bbd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ tag = True

[bumpversion:file:setup.py]
search = VERSION = "{current_version}"
replace = VERSION = "{new_version}"

[wheel]
universal = 1

[isort]
line_length = 99
known_first_party = d3a
known_first_party = gsy_e

[captainhook]
flake8 = on
Expand Down

0 comments on commit bb7bbd9

Please sign in to comment.