From d7a195706f0dbbe75a3459be4281d58c8087e26b Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 18 Nov 2024 07:29:05 -0800 Subject: [PATCH] version bump to 0.63.2 --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index a10d8afc7..90dd6fd3c 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1,6 +1,6 @@ try: from aider.__version__ import __version__ except Exception: - __version__ = "0.63.2.dev" + __version__ = "0.63.2" __all__ = [__version__]