From db7c679e7479abeaf46631926c05c5cf142d9c45 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 25 Mar 2025 15:06:13 -1000 Subject: [PATCH] version bump to 0.79.1 --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index 462f0030c..c3ef0da64 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1,6 +1,6 @@ from packaging import version -__version__ = "0.79.1.dev" +__version__ = "0.79.1" safe_version = __version__ try: