We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a113f commit 2785b0aCopy full SHA for 2785b0a
aider/__init__.py
@@ -1,6 +1,6 @@
1
try:
2
from aider.__version__ import __version__
3
except Exception:
4
- __version__ = "0.63.3.dev"
+ __version__ = "0.64.0"
5
6
__all__ = [__version__]
0 commit comments