Skip to content

Commit 8aecbce

Browse files
committed
1 parent 469e36a commit 8aecbce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ai-personas/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def main():
8484
from .lib import git
8585
KEY_ID = git.init_kudo_sync_bot(msgs)
8686
git.commit([str(paths.pyproject), str(paths.readme)],
87-
f'Bumped {project.name} versions to {new_ver}',
87+
f'Bumped {project.name} (Python) versions to {new_ver}',
8888
'-n', f'-S{KEY_ID}' if KEY_ID else ''
8989
)
9090
if args.no_push:

0 commit comments

Comments
 (0)