From 53a83734cab1793a7fc993f1753ea3cc55fbe661 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 29 Sep 2024 08:19:48 -0700 Subject: [PATCH] set version to 0.58.1.dev --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index e4ac7a038..e3341994b 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1,6 +1,6 @@ try: from aider.__version__ import __version__ except Exception: - __version__ = "0.58.0" + __version__ = "0.58.1.dev" __all__ = [__version__]