From a1ff22dc20336f1f2c3ff06f37824b79b440fce4 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 22 Jul 2023 09:02:03 -0300 Subject: [PATCH] version bump to 0.10.0 --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index 0dffdf106..61fb31cae 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1 +1 @@ -__version__ = "0.9.1-dev" +__version__ = "0.10.0"