diff --git a/aider/__init__.py b/aider/__init__.py index 7f60aca4d..67db24ca0 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1,6 +1,6 @@ from setuptools_scm import get_version try: - __version__ = get_version(root='..', relative_to=__file__) + __version__ = get_version(root="..", relative_to=__file__) except Exception: __version__ = "0.0.0"