We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0528a0 commit 08027eaCopy full SHA for 08027ea
aider/__init__.py
@@ -1,6 +1,6 @@
1
try:
2
from aider.__version__ import __version__
3
except Exception:
4
- __version__ = "0.64.1.dev"
+ __version__ = "0.64.1"
5
6
__all__ = [__version__]
0 commit comments