From 374b0c20ca79e76250c50cfc2efed3f48bdbca36 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 11 Aug 2023 08:58:18 -0300 Subject: [PATCH] version bump to 0.12.0 --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index 2093e1749..ea370a8e5 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1 +1 @@ -__version__ = "0.11.2-dev" +__version__ = "0.12.0"