From 9e18fc55d3502b9cb7929ec08aaaed3ed22e9413 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 1 Nov 2024 09:38:46 -0700 Subject: [PATCH] version bump to 0.61.0 --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index 380d10743..95b0c1a49 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1,6 +1,6 @@ try: from aider.__version__ import __version__ except Exception: - __version__ = "0.60.2.dev" + __version__ = "0.61.0" __all__ = [__version__]