diff --git a/aider/__init__.py b/aider/__init__.py index 90dd6fd3c..23925b316 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1,6 +1,6 @@ try: from aider.__version__ import __version__ except Exception: - __version__ = "0.63.2" + __version__ = "0.63.3.dev" __all__ = [__version__]