Skip to content

Commit

Permalink
Fix bumpversion config
Browse files Browse the repository at this point in the history
  • Loading branch information
DelboyJay committed Dec 10, 2024
1 parent fc7944e commit 340e3e6
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,5 +8,5 @@ search = version = "{current_version}"
replace = version = "{new_version}"

[bumpversion:file:Makefile]
search = django-idempotency-key-{current_version}.tar.gz
replace = django-idempotency-key-{new_version}.tar.gz
search = django_idempotency_key-{current_version}.tar.gz
replace = django_idempotency_key-{new_version}.tar.gz

0 comments on commit 340e3e6

Please sign in to comment.