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