Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
版本:0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nukemiko committed Jul 13, 2022
1 parent 8349e67 commit 4bc5bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"MusicTagFindUtils>=0.1.2",
"colorama",
"requests",
"libtakiyasha"
"libtakiyasha==1.1.0"
]
classifiers = [
"License :: OSI Approved :: MIT License",
Expand Down
2 changes: 1 addition & 1 deletion src/takiyasha/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from pathlib import Path

__VERSION__ = '0.6.3'
__VERSION__ = '0.7.0'

PROGNAME = Path(__file__).parent.name
DESCRIPTION = f' 将加密音乐文件的内容输出到指定的目录。\n' \
Expand Down

0 comments on commit 4bc5bde

Please sign in to comment.