Skip to content

Commit

Permalink
v0.0.1.1-pw1
Browse files Browse the repository at this point in the history
[Fixed]

修复pyproject.toml依赖部分遗漏造成的`Error: No such command` Johnserf-Seed/TikTokDownload#623
  • Loading branch information
Johnserf-Seed committed Jan 1, 2024
1 parent 409da58 commit 026f783
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const require = createRequire(import.meta.url)

const pkg = require('vitepress/package.json')

const version = "v0.0.1-pw.1"
const version = "v0.0.1.1-pw.1"

// https://vitepress.dev/reference/site-config
export default defineConfig({
Expand Down
2 changes: 1 addition & 1 deletion f2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "JohnserfSeed <[email protected]>"
__version__ = "0.0.1.0"
__version__ = "0.0.1.1"
__description_cn__ = '基于[red]异步[/red]的[green]全平台下载工具.'
__description_en__ = '[yellow]Asynchronous based [/yellow]full-platform download tool.'
__reponame__ = 'f2'
Expand Down
2 changes: 1 addition & 1 deletion f2/helps.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@Description:helps.py
@Date :2023/02/06 17:36:41
@Author :JohnserfSeed
@version :0.0.1
@version :0.0.1.1
@License :Apache License 2.0
@Github :https://github.com/johnserf-seed
@Mail :[email protected]
Expand Down
4 changes: 2 additions & 2 deletions f2/utils/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@Description:__version__.py
@Date :2023/01/15 23:42:17
@Author :JohnserfSeed
@version :0.0.1
@version :0.0.1.1
@License :(C)Copyright 2019-2022, Liugroup-NLPR-CASIA
@Github :https://github.com/johnserf-seed
@Mail :[email protected]
Expand All @@ -19,7 +19,7 @@
_description_en = "[yellow]Asynchronous based [/yellow]full-platform download tool."
_reponame = "f2"
_repourl = "https://github.com/Johnserf-Seed/f2"
_version = "0.0.1"
_version = "0.0.1.1"

__all__ = [
"_author",
Expand Down

0 comments on commit 026f783

Please sign in to comment.