version bump to 0.58.1

This commit is contained in:
Paul Gauthier 2024-09-30 14:24:18 -07:00
parent f2e1e17741
commit 8f48c68fc6

View file

@ -1,6 +1,6 @@
try:
from aider.__version__ import __version__
except Exception:
__version__ = "0.58.1.dev"
__version__ = "0.58.1"
__all__ = [__version__]