set version to 0.54.10-dev

This commit is contained in:
Paul Gauthier 2024-08-31 18:00:32 -07:00
parent 3dc11305a3
commit 2b92be1e34

View file

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