mirror of
https://github.com/Aider-AI/aider.git
synced 2026-02-06 20:26:38 +01:00
7 lines
125 B
Python
7 lines
125 B
Python
try:
|
|
from aider.__version__ import __version__
|
|
except Exception:
|
|
__version__ = "0.63.3.dev"
|
|
|
|
__all__ = [__version__]
|