Skip to content

Commit

Permalink
Update version number in .cookiecutterrc and .bumpversion.cfg
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Decal <public@richarddecal.com>
  • Loading branch information
crypdick committed Feb 17, 2024
1 parent 219c374 commit c96f080
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 @@ -24,5 +24,5 @@ search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

[bumpversion:file:.cookiecutterrc]
search = version: {current_version}
replace = version: {new_version}
search = '{current_version}'
replace = '{new_version}'

0 comments on commit c96f080

Please sign in to comment.