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"