Skip to content

Commit

Permalink
fix (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
virgesmith authored Feb 24, 2024
1 parent ca32154 commit 97688df
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 @@ -6,8 +6,8 @@ search = version = "{current_version}"
replace = version = "{new_version}"

[bumpversion:file:DESCRIPTION]
search = Version: "{current_version}"
replace = version: "{new_version}"
search = Version: {current_version}
replace = Version: {new_version}

[aliases]
test = pytest
Expand Down

0 comments on commit 97688df

Please sign in to comment.