From febb6981eece7fc4b22bbda9fa7b446ef3419291 Mon Sep 17 00:00:00 2001 From: pengzhile Date: Thu, 8 Jun 2023 12:03:04 +0800 Subject: [PATCH] 1. upgrade pandora-cloud 2. update wiki Signed-off-by: pengzhile --- doc/wiki.md | 2 ++ doc/wiki_en.md | 2 ++ setup.py | 2 +- src/pandora/__init__.py | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/wiki.md b/doc/wiki.md index e21aedf2..20330da5 100644 --- a/doc/wiki.md +++ b/doc/wiki.md @@ -93,6 +93,8 @@ docker build -t pandora . docker run -it --rm pandora ``` + +* Serverless部署见项目:[pandora-cloud-serverless](https://github.com/pengzhile/pandora-cloud-serverless) * 输入用户名密码登录即可,登录密码理论上不显示出来,莫慌。 * 简单而粗暴,不失优雅。 diff --git a/doc/wiki_en.md b/doc/wiki_en.md index 4397592e..2f936b2e 100644 --- a/doc/wiki_en.md +++ b/doc/wiki_en.md @@ -91,6 +91,8 @@ Pandora, talking with ChatGPT in command lines, and with more surprises. docker build -t pandora . docker run -it --rm pandora ``` + +* Serverless deploy:[pandora-cloud-serverless](https://github.com/pengzhile/pandora-cloud-serverless) * login with your credentials diff --git a/setup.py b/setup.py index 304af519..f9fbf191 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ install_requires=requirements, extras_require={ 'api': requirements_api, - 'cloud': ['pandora-cloud~=0.4.4'], + 'cloud': ['pandora-cloud~=0.4.6'], }, entry_points={ 'console_scripts': [ diff --git a/src/pandora/__init__.py b/src/pandora/__init__.py index f0916f1d..01d60f6c 100644 --- a/src/pandora/__init__.py +++ b/src/pandora/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '1.1.15' +__version__ = '1.1.16'