This commit is contained in:
Paul Gauthier 2024-11-21 12:11:28 -08:00
parent 1c79d517fc
commit ed0763706b
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -127,7 +127,7 @@ def main():
subprocess.run( subprocess.run(
cmd, cmd,
text=True, text=True,
shell=True, # shell=True,
encoding="utf-8", encoding="utf-8",
errors="replace", errors="replace",
check=True, check=True,