From e5ff5ac7f02c5af36b488665974296d7f07bdec7 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 4 Jan 2024 07:43:02 -0800 Subject: [PATCH] version bump to 0.20.0 --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index 3368817b37d..5f4bb0b3459 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1 +1 @@ -__version__ = "0.19.2-dev" +__version__ = "0.20.0"