From bb31fc53017bcb15378b86ac64d4057e3c4281d0 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 13 Nov 2024 13:35:36 -0800 Subject: [PATCH] version bump to 0.63.0 --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index 362e0153251..24067165fcd 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1,6 +1,6 @@ try: from aider.__version__ import __version__ except Exception: - __version__ = "0.62.2.dev" + __version__ = "0.63.0" __all__ = [__version__]