Skip to content

Commit

Permalink
Fixed quotes for bumpversion
Browse files Browse the repository at this point in the history
  • Loading branch information
elmotec committed Dec 12, 2020
1 parent 984449a commit 6b38953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ search = version={current_version}
replace = version={new_version}

[bumpversion:file:codemetrics/__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 6b38953

Please sign in to comment.