diff --git a/setup.py b/setup.py index 7c7bd48cd10..867772c00d9 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="aider-chat", - version="0.6.1", + version="0.6.2", packages=find_packages(), include_package_data=True, install_requires=requirements,