aider/aider/__init__.py
2024-11-21 12:56:49 -08:00

6 lines
121 B
Python

try:
from aider.__version__ import __version__
except Exception:
__version__ = "0.64.1"
__all__ = [__version__]