This commit is contained in:
Paul Gauthier 2023-07-11 18:42:27 -07:00
parent 410769ba9b
commit aab636f4e9

View file

@ -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: