From 75d129e6792d5b095291a4c4ef0dc9ac1531ca14 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 4 Mar 2024 12:38:28 -0800 Subject: [PATCH] version bump to 0.25.0 --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index e1db1be05..6fea77c01 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1 +1 @@ -__version__ = "0.24.2-dev" +__version__ = "0.25.0"