From 8ea789c29d7f41e7d54d121c68d024def4f929f7 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 24 Oct 2024 13:58:28 -0700 Subject: [PATCH] version bump to 0.60.1 --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index 16c8d210e..b64b61647 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1,6 +1,6 @@ try: from aider.__version__ import __version__ except Exception: - __version__ = "0.60.1.dev" + __version__ = "0.60.1" __all__ = [__version__]