diff --git a/aider/__init__.py b/aider/__init__.py index fd3a16eeb..57c6c9cc3 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -6,6 +6,6 @@ except Exception: try: from aider.__version__ import __version__ except Exception: - __version__ = "0.54.10" + __version__ = "0.54.11-dev" __all__ = [__version__]