diff --git a/README.md b/README.md index ba01184c9..684eb3bec 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ Open Issues - - Discord + + Discord Open in GitHub Codespaces @@ -34,7 +34,7 @@

-[**简体中文**](README.zh.md) |[**Discord**](https://discord.gg/FMGwbRQrM) |[**Documents**](https://db-gpt.readthedocs.io/en/latest/)|[**Wechat**](https://github.com/eosphoros-ai/DB-GPT/blob/main/README.zh.md#%E8%81%94%E7%B3%BB%E6%88%91%E4%BB%AC)|[**Community**](https://github.com/eosphoros-ai/community) +[**简体中文**](README.zh.md) |[**Discord**](https://discord.gg/vqBrcV7Nd) |[**Documents**](https://db-gpt.readthedocs.io/en/latest/)|[**Wechat**](https://github.com/eosphoros-ai/DB-GPT/blob/main/README.zh.md#%E8%81%94%E7%B3%BB%E6%88%91%E4%BB%AC)|[**Community**](https://github.com/eosphoros-ai/community) ## What is DB-GPT? @@ -151,7 +151,7 @@ The MIT License (MIT) ## Contact Information We are working on building a community, if you have any ideas about building the community, feel free to contact us. -[![](https://dcbadge.vercel.app/api/server/FMGwbRQrM?compact=true&style=flat)](https://discord.gg/FMGwbRQrM) +[![](https://dcbadge.vercel.app/api/server/vqBrcV7Nd?compact=true&style=flat)](https://discord.gg/vqBrcV7Nd)

diff --git a/README.zh.md b/README.zh.md index 5da2e9b22..a8bc66435 100644 --- a/README.zh.md +++ b/README.zh.md @@ -22,15 +22,15 @@ Open Issues - - Discord + + Discord Open in GitHub Codespaces

-[**English**](README.md)|[**Discord**](https://discord.gg/FMGwbRQrM)|[**文档**](https://db-gpt.readthedocs.io/projects/db-gpt-docs-zh-cn/zh_CN/latest/)|[**微信**](https://github.com/csunny/DB-GPT/blob/main/README.zh.md#%E8%81%94%E7%B3%BB%E6%88%91%E4%BB%AC)|[**社区**](https://github.com/eosphoros-ai/community) +[**English**](README.md)|[**Discord**](https://discord.gg/vqBrcV7Nd)|[**文档**](https://db-gpt.readthedocs.io/projects/db-gpt-docs-zh-cn/zh_CN/latest/)|[**微信**](https://github.com/csunny/DB-GPT/blob/main/README.zh.md#%E8%81%94%E7%B3%BB%E6%88%91%E4%BB%AC)|[**社区**](https://github.com/eosphoros-ai/community) ## DB-GPT 是什么? diff --git a/assets/wechat.jpg b/assets/wechat.jpg index b56f08346..6981ec7b2 100644 Binary files a/assets/wechat.jpg and b/assets/wechat.jpg differ diff --git a/docs/conf.py b/docs/conf.py index 6f9a9bf05..e183d9a6a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ project = "DB-GPT" copyright = "2023, csunny" author = "csunny" -version = "👏👏 0.3.8" +version = "👏👏 0.3.9" html_title = project + " " + version # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 20102072e..062ae2048 100644 --- a/setup.py +++ b/setup.py @@ -434,7 +434,7 @@ init_install_requires() setuptools.setup( name="db-gpt", packages=find_packages(exclude=("tests", "*.tests", "*.tests.*", "examples")), - version="0.3.8", + version="0.3.9", author="csunny", author_email="cfqcsunny@gmail.com", description="DB-GPT is an experimental open-source project that uses localized GPT large models to interact with your data and environment."