aider/aider/__init__.py
2024-09-09 14:46:20 -07:00

6 lines
125 B
Python

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