From 93f45a6d6b4b144372d341e0f05b635ab111ed9c Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 17 Nov 2023 15:51:07 -0800 Subject: [PATCH] version bump to 0.18.0 --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index dd769be52..1317d7554 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1 +1 @@ -__version__ = "0.17.1-dev" +__version__ = "0.18.0"