Merge pull request #535 from garylin2099/v0.4.0-release

Release: v0.4.0
This commit is contained in:
garylin2099 2023-12-08 15:38:10 +08:00 committed by GitHub
commit 083225f7f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ langchain==0.0.231
loguru==0.6.0
meilisearch==0.21.0
numpy==1.24.3
openai>=0.28.0
openai==0.28.0
openpyxl
beautifulsoup4==4.12.2
pandas==2.0.3

View file

@ -30,7 +30,7 @@ with open(path.join(here, "requirements.txt"), encoding="utf-8") as f:
setup(
name="metagpt",
version="0.3.0",
version="0.4.0",
description="The Multi-Role Meta Programming Framework",
long_description=long_description,
long_description_content_type="text/markdown",