set version to 0.64.1.dev

This commit is contained in:
Paul Gauthier 2024-11-21 12:37:05 -08:00
parent 2785b0a857
commit 51b181d5fb

View file

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