From 503a9a0038d611be5e1406936abf46b0e4ab1ec7 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 14 Nov 2024 06:55:05 -0800 Subject: [PATCH] version bump to 0.63.1 --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index be5c29480..76826b6b6 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1,6 +1,6 @@ try: from aider.__version__ import __version__ except Exception: - __version__ = "0.63.1.dev" + __version__ = "0.63.1" __all__ = [__version__]