From 6408a9fbf9e14d2504846c87f147915331539369 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 21 Sep 2024 13:39:55 -0700 Subject: [PATCH] set version to 0.57.1.dev --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index ca2e5bc7c..a14de5329 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1,6 +1,6 @@ try: from aider.__version__ import __version__ except Exception: - __version__ = "0.57.0" + __version__ = "0.57.1.dev" __all__ = [__version__]