version preparation

This commit is contained in:
garylin2099 2023-12-15 18:48:43 +08:00
parent f97daac401
commit 493224439e
3 changed files with 6 additions and 2 deletions

View file

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