We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24cd3f3 commit 0c94535Copy full SHA for 0c94535
3 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.7.1 - 2022-08-04
4
+
5
+### Fixed
6
7
+- 修复 `play` 命令。
8
9
## v0.7.0 - 2022-08-03
10
11
### Added
baidupcs_py/__init__.py
@@ -1,3 +1,3 @@
from baidupcs_py.baidupcs import BaiduPCS, BaiduPCSApi
-__version__ = "0.7.0"
+__version__ = "0.7.1"
pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
name = "BaiduPCS-Py"
homepage = "https://github.com/PeterDing/BaiduPCS-Py"
-version = "0.7.0"
+version = "0.7.1"
description = "Baidu Pcs Api and App"
authors = ["PeterDing <dfhayst@gmail.com>"]
license = "MIT"
0 commit comments