From 9702b1c199cc45bb5aaadf59cb69dbbb41520342 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 7 Aug 2025 17:54:54 -0300 Subject: [PATCH] version bump to 0.85.5 --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index 5e912c537..7757c41bb 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1,6 +1,6 @@ from packaging import version -__version__ = "0.85.5.dev" +__version__ = "0.85.5" safe_version = __version__ try: