Merge pull request #983 from iorisa/feature/merge/v0.7.6

feat: merge v0.7.6 to main
This commit is contained in:
Alexander Wu 2024-03-21 15:31:57 +08:00 committed by GitHub
commit 420f1c0d22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 49 additions and 43 deletions

View file

@ -57,7 +57,7 @@ extras_require["dev"] = (["pylint~=3.0.3", "black~=23.3.0", "isort~=5.12.0", "pr
setup(
name="metagpt",
version="0.7.4",
version="0.7.6",
description="The Multi-Agent Framework",
long_description=long_description,
long_description_content_type="text/markdown",