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