diff --git a/alipcs_py/__init__.py b/alipcs_py/__init__.py index 1790f32..fb4903b 100644 --- a/alipcs_py/__init__.py +++ b/alipcs_py/__init__.py @@ -3,4 +3,4 @@ __all__ = ["AliPCS", "AliPCSApi"] -__version__ = "0.7.0" +__version__ = "0.8.0" diff --git a/pyproject.toml b/pyproject.toml index add8366..32c7ae5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "AliPCS-Py" homepage = "https://github.com/PeterDing/AliPCS-Py" -version = "0.7.0" +version = "0.8.0" description = "Ali Pcs Api and App" authors = ["PeterDing "] license = "MIT"