diff --git a/README.md b/README.md index 3c25bcf681..cd70d62ae0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ [**中文主页**](https://github.com/modelscope/agentscope/blob/main/README_ZH.md) | [**日本語のホームページ**](https://github.com/modelscope/agentscope/blob/main/README_JA.md) | [**Tutorial**](https://doc.agentscope.io/) | [**Roadmap**](https://github.com/modelscope/agentscope/blob/main/docs/ROADMAP.md) | [**FAQ**](https://doc.agentscope.io/tutorial/faq.html) +

+ AgentScope Logo +

+

AgentScope: Agent-Oriented Programming for Building LLM Applications

diff --git a/README_JA.md b/README_JA.md index 21b33706fa..c5bf998ed9 100644 --- a/README_JA.md +++ b/README_JA.md @@ -1,5 +1,13 @@ [English Homepage](https://github.com/modelscope/agentscope/blob/main/README.md) | [中文主页](https://github.com/modelscope/agentscope/blob/main/README_ZH.md) | [**Tutorial**](https://doc.agentscope.io/) | [**Roadmap**](https://github.com/modelscope/agentscope/blob/main/docs/ROADMAP.md) | [**FAQ**](https://doc.agentscope.io/tutorial/faq.html) +

+ AgentScope Logo +

+

AgentScope: Agent-Oriented Programming for Building LLM Applications

diff --git a/README_ZH.md b/README_ZH.md index 2896927126..be94049429 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -1,5 +1,13 @@ [**English Homepage**](https://github.com/modelscope/agentscope/blob/main/README.md) | [**日本語のホームページ**](https://github.com/modelscope/agentscope/blob/main/README_JA.md) | [**教程**](https://doc.agentscope.io/) | [**开发路线图**](https://github.com/modelscope/agentscope/blob/main/docs/ROADMAP.md) | [**FAQ**](https://doc.agentscope.io/tutorial/faq.html) +

+ AgentScope Logo +

+

AgentScope: Agent-Oriented Programming for Building LLM Applications

diff --git a/src/agentscope/_version.py b/src/agentscope/_version.py index 45fe6ea28f..5b2c5b897c 100644 --- a/src/agentscope/_version.py +++ b/src/agentscope/_version.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- """Version of AgentScope.""" -__version__ = "0.1.6dev0" +__version__ = "0.1.6"