version bump to 0.62.0

This commit is contained in:
Paul Gauthier 2024-11-04 12:48:44 -08:00
parent 73d63ef5ce
commit 8ffe21a2dd

View file

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