Skip to content

Commit 0c94535

Browse files
committed
Version 0.7.1
1 parent 24cd3f3 commit 0c94535

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.7.1 - 2022-08-04
4+
5+
### Fixed
6+
7+
- 修复 `play` 命令。
8+
39
## v0.7.0 - 2022-08-03
410

511
### Added

baidupcs_py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from baidupcs_py.baidupcs import BaiduPCS, BaiduPCSApi
22

3-
__version__ = "0.7.0"
3+
__version__ = "0.7.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "BaiduPCS-Py"
33
homepage = "https://github.com/PeterDing/BaiduPCS-Py"
4-
version = "0.7.0"
4+
version = "0.7.1"
55
description = "Baidu Pcs Api and App"
66
authors = ["PeterDing <dfhayst@gmail.com>"]
77
license = "MIT"

0 commit comments

Comments
 (0)