Skip to content

Commit cd4edbf

Browse files
committed
1.01.1
1 parent b0c652a commit cd4edbf

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: 安装依赖
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install setuptools wheel build
24+
pip install setuptools wheel build colorama Pillow
2525
2626
- name: 填充 FFmpeg
2727
run: |

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ $ python setup.py bdist_wheel --mac
8989
最后,把这个目录的所有内容压缩到7z文件,把后缀一改,搞定!
9090

9191
## 📝 更新日志
92+
### 1.01.1
93+
- 😅包有点乱,整理了一下
94+
9295
### 1.01
9396
- 简单修复了源码包会包含ffmpeg的问题
9497
- 更新了FFmpeg的版本,从7.1到master

consoleplay/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from typing import IO, Union
66
StrOrBytesPath = Union[str, bytes, os.PathLike[str], os.PathLike[bytes]]
77

8-
version="1.01"
8+
version="1.01.1"
99
__version__=version
1010

1111
tsize=shutil.get_terminal_size()

0 commit comments

Comments
 (0)