Skip to content

Commit

Permalink
fix bumpversion linting
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Apr 7, 2022
1 parent c64a86b commit 74fc03c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ commit = True
tag = True

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

[bumpversion:file:lox/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

[bdist_wheel]
universal = 1
Expand Down

0 comments on commit 74fc03c

Please sign in to comment.