From 3a7998fdc6c646f07a68b356f25a46be7c55b359 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 19 Dec 2023 20:13:09 -0600 Subject: [PATCH] set version to 0.19.1-dev --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index 11ac8e1a9..37123159a 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1 +1 @@ -__version__ = "0.19.0" +__version__ = "0.19.1-dev"