Skip to content

Commit edd7cfd

Browse files
authored
chore(version): update the version to 2.0.0 and release to PyPI (#1658)
1 parent 50c8716 commit edd7cfd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/agent_service/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Details about the agent service please refer to the [tutorial](https://docs.agen
2020
Install AgentScope from PyPI or source:
2121

2222
```bash
23-
uv pip install agentscope
23+
uv pip install agentscope[full]
2424
# or
2525
# uv pip install -e [full]
2626
```

src/agentscope/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
"""The version of agentscope."""
33

4-
__version__ = "2.0.0beta.0"
4+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)