From 3b47948544e040bb307894682d646f98be02ea00 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 11 Aug 2022 11:52:24 +0000 Subject: [PATCH] =?UTF-8?q?[WIP]mocktest=E5=8F=98=E6=88=90=E5=BE=85?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=EF=BC=8C=E8=AF=B7=E5=8B=BF=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fc-open-20210406/.gitignore | 17 ++++------------- .../alibabacloud_fc_open20210406/__init__.py | 2 +- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/fc-open-20210406/.gitignore b/fc-open-20210406/.gitignore index bf852200..2bcfffae 100644 --- a/fc-open-20210406/.gitignore +++ b/fc-open-20210406/.gitignore @@ -1,14 +1,5 @@ -composer.phar -/vendor/ - -# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control -# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file -composer.lock - -.vscode/ -.idea -.DS_Store - -cache/ -*.cache runtime/ +.idea/ +.vscode/ +__pycache__/ +.pytest_cache/ \ No newline at end of file diff --git a/fc-open-20210406/alibabacloud_fc_open20210406/__init__.py b/fc-open-20210406/alibabacloud_fc_open20210406/__init__.py index 7086f45a..5becc17c 100644 --- a/fc-open-20210406/alibabacloud_fc_open20210406/__init__.py +++ b/fc-open-20210406/alibabacloud_fc_open20210406/__init__.py @@ -1 +1 @@ -__version__ = '1.1.9' \ No newline at end of file +__version__ = "1.0.0"