From 5eebde1d066c415568885a841d6be6647736fed1 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 22 Aug 2023 08:03:58 -0700 Subject: [PATCH] version bump to 0.13.0 --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index 580c5174b..f23a6b39d 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1 +1 @@ -__version__ = "0.12.1-dev" +__version__ = "0.13.0"