From ce27820e9ae921f48f287af40916c5b01fa00146 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 2 Aug 2023 16:21:39 -0300 Subject: [PATCH] version bump to 0.11.0 --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index e22169f8a..ae6db5f17 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1 +1 @@ -__version__ = "0.10.2-dev" +__version__ = "0.11.0"