From 3b7f2ad1e64d0482a92ea28817fa539ca55720f2 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 20 Oct 2023 09:55:13 -0700 Subject: [PATCH] version bump to 0.15.0 --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index a6e4787d8..9da2f8fcc 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1 +1 @@ -__version__ = "0.14.3-dev" +__version__ = "0.15.0"