diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 322338a..27aa47c 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -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({ diff --git a/f2/__init__.py b/f2/__init__.py index cb9dd73..19df503 100644 --- a/f2/__init__.py +++ b/f2/__init__.py @@ -1,5 +1,5 @@ __author__ = "JohnserfSeed " -__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' diff --git a/f2/helps.py b/f2/helps.py index 5bb82a9..9538838 100644 --- a/f2/helps.py +++ b/f2/helps.py @@ -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 :johnserf-seed@foxmail.com diff --git a/f2/utils/__version__.py b/f2/utils/__version__.py index 3eba36c..5c3d62e 100644 --- a/f2/utils/__version__.py +++ b/f2/utils/__version__.py @@ -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 :johnserf-seed@foxmail.com @@ -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",