From b5f165938252c7245551cc73a9b7d8e1cc8e5974 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 26 Nov 2024 08:55:57 -0800 Subject: [PATCH] version bump to 0.65.0 --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index 154b87185..6511fda7b 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1,6 +1,6 @@ try: from aider.__version__ import __version__ except Exception: - __version__ = "0.64.2.dev" + __version__ = "0.65.0" __all__ = [__version__]