Skip to content

Commit

Permalink
Update bump2version and remove setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Jun 19, 2024
1 parent 8be261e commit 2644e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 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 @@ commit = True
tag = True

[bumpversion:file:setup.cfg]
search = version = {current_version}
replace = version = {new_version}
search = version = "{current_version}"
replace = version = "{new_version}"

[bumpversion:file:src/workflows/__init__.py]
search = __version__ = "{current_version}"
Expand Down
9 changes: 0 additions & 9 deletions setup.py

This file was deleted.

0 comments on commit 2644e66

Please sign in to comment.