mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: update version fallback to import from aider.__version__
This commit is contained in:
parent
f549171d15
commit
c487683010
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ from setuptools_scm import get_version
|
|||
try:
|
||||
__version__ = get_version(root="..", relative_to=__file__)
|
||||
except Exception:
|
||||
__version__ = "0.0.0"
|
||||
from aider.__version__ import __version__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue