From 1882c433891b9cc9d44f479386dd67f2105ce3e6 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 25 Jan 2025 08:13:57 -0800 Subject: [PATCH] version bump to 0.72.3 --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index 680e531c9..f2901cd1a 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1,6 +1,6 @@ from packaging import version -__version__ = "0.72.3.dev" +__version__ = "0.72.3" safe_version = __version__ try: