From 3759340eb4cc7c27ce2ca32f09abf2244af5d97e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 4 Oct 2024 15:27:13 -0700 Subject: [PATCH] version bump to 0.59.0 --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index 44a67ae7cd..cb1b73a4f3 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1,6 +1,6 @@ try: from aider.__version__ import __version__ except Exception: - __version__ = "0.58.2.dev" + __version__ = "0.59.0" __all__ = [__version__]