mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 05:14:59 +00:00
Move back to 0.5.0
This commit is contained in:
parent
419fccfa8a
commit
2a896daa0c
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -11,8 +11,8 @@ with open("README.md", "r", encoding="utf-8") as f:
|
||||||
long_description = re.sub(r"\n- \[.*\]\(#.*\)", "", long_description)
|
long_description = re.sub(r"\n- \[.*\]\(#.*\)", "", long_description)
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="aider-chat-2",
|
name="aider-chat",
|
||||||
version="0.0.1",
|
version="0.5.0",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=requirements,
|
install_requires=requirements,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue