Skip to content

Commit

Permalink
fix bump2version config
Browse files Browse the repository at this point in the history
  • Loading branch information
ep1cman committed Jan 18, 2025
1 parent 9d2d655 commit ccb816d
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,8 +8,8 @@ search = version = "{current_version}"
replace = version = "{new_version}"

[bumpversion:file:unifi_protect_backup/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

[bumpversion:file:Dockerfile]
search = COPY dist/unifi_protect_backup-{current_version}.tar.gz sdist.tar.gz
Expand Down

0 comments on commit ccb816d

Please sign in to comment.