Skip to content

Commit

Permalink
0.0.1.2版本更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnserf-Seed committed Jan 4, 2024
1 parent cdcbd07 commit 2c97d26
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 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.1-pw.1"
const version = "v0.0.1.2-pw.1"

// https://vitepress.dev/reference/site-config
export default defineConfig({
Expand Down
16 changes: 8 additions & 8 deletions f2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
__author__ = "JohnserfSeed <johnserf-seed@foxmail.com>"
__version__ = "0.0.1.1"
__description_cn__ = '基于[red]异步[/red]的[green]全平台下载工具.'
__description_en__ = '[yellow]Asynchronous based [/yellow]full-platform download tool.'
__reponame__ = 'f2'
__repourl__ = 'https://github.com/Johnserf-Seed/f2'
__author__ = "JohnserfSeed <johnserf-seed@foxmail.com>"
__version__ = "0.0.1.2"
__description_cn__ = "基于[red]异步[/red]的[green]全平台下载工具."
__description_en__ = "[yellow]Asynchronous based [/yellow]full-platform download tool."
__reponame__ = "f2"
__repourl__ = "https://github.com/Johnserf-Seed/f2"

APP_CONFIG_FILE_PATH = 'conf/app.yaml'
F2_CONFIG_FILE_PATH = 'conf/conf.yaml'
APP_CONFIG_FILE_PATH = "conf/app.yaml"
F2_CONFIG_FILE_PATH = "conf/conf.yaml"
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.1
@version :0.0.1.2
@License :Apache License 2.0
@Github :https://github.com/johnserf-seed
@Mail :johnserf-seed@foxmail.com
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.1
@version :0.0.1.2
@License :(C)Copyright 2019-2022, Liugroup-NLPR-CASIA
@Github :https://github.com/johnserf-seed
@Mail :johnserf-seed@foxmail.com
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.1"
_version = "0.0.1.2"

__all__ = [
"_author",
Expand Down

0 comments on commit 2c97d26

Please sign in to comment.