From 2ad13b89b04b4b027d55b7d4a21af8ef1f8ee972 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 30 Aug 2024 13:50:12 -0700 Subject: [PATCH] set version to 0.54.9-dev --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index bdceb4637..6717d291e 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.54.8" +__version__ = "0.54.9-dev" # This is disabled. Git pre-push hooks won't pick up a new commit with the hash.