Skip to content

Commit

Permalink
Merge pull request #4 from ColumbiaOSS/tkp/fixes2
Browse files Browse the repository at this point in the history
fix pyproject formatting
  • Loading branch information
timkpaine committed Mar 9, 2023
2 parents e918a2f + 062d482 commit d1ef6c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

[bumpversion:file:pyproject.toml]
search = version="{current_version}"
replace = version="{new_version}"
search = version = "{current_version}"
replace = version = "{new_version}"

0 comments on commit d1ef6c6

Please sign in to comment.