diff --git a/aider/__init__.py b/aider/__init__.py index ef45f0dec7d..31687bb3f43 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1,6 +1,6 @@ try: from aider.__version__ import __version__ except Exception: - __version__ = "0.59.2.dev" + __version__ = "0.60.0" __all__ = [__version__]