From 7bdf59dbe3db0d90550a488cbc3847a3d02087fc Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 1 Sep 2024 07:47:27 -0700 Subject: [PATCH] version bump to 0.54.11 --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index cadee62306b..da2a6551d7c 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1,6 +1,6 @@ try: from aider.__version__ import __version__ except Exception: - __version__ = "0.54.11-dev" + __version__ = "0.54.11" __all__ = [__version__]