mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
fix; bump to 0.6.4
This commit is contained in:
parent
9fc0b9d696
commit
0ca0db3edf
2 changed files with 3 additions and 1 deletions
|
@ -1 +1 @@
|
|||
__version__ = "0.6.3"
|
||||
__version__ = "0.6.4"
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,3 +1,5 @@
|
|||
import re
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
with open("requirements.txt") as f:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue