diff --git a/scripts/versionbump.py b/scripts/versionbump.py index c17593967..86549077e 100644 --- a/scripts/versionbump.py +++ b/scripts/versionbump.py @@ -54,6 +54,7 @@ def main(): r'__version__ = ".+?"', f'__version__ = "{new_version}-dev"', content ) + print() print("Updating aider/__init__.py with new dev version:") print(updated_dev_content) if not dry_run: