mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
6 lines
121 B
Python
6 lines
121 B
Python
try:
|
|
from aider.__version__ import __version__
|
|
except Exception:
|
|
__version__ = "0.58.0"
|
|
|
|
__all__ = [__version__]
|