From b3cf8d3dee40ece79a21d6b01eb72bd2ebb92b08 Mon Sep 17 00:00:00 2001 From: PeterDing Date: Tue, 9 Apr 2024 22:36:56 +0800 Subject: [PATCH] Version 0.8.0 --- alipcs_py/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"