From 2b92be1e349633c4fe3ccd335d9428d9f0afc930 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 31 Aug 2024 18:00:32 -0700 Subject: [PATCH] set version to 0.54.10-dev --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index 38850b89d..142344a54 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -6,6 +6,6 @@ except Exception: try: from aider.__version__ import __version__ except Exception: - __version__ = "0.54.9" + __version__ = "0.54.10-dev" __all__ = [__version__]