diff --git a/f2/__init__.py b/f2/__init__.py index c7cadf96..7f8ba0bb 100644 --- a/f2/__init__.py +++ b/f2/__init__.py @@ -1,5 +1,5 @@ __author__ = "JohnserfSeed " -__version__ = "0.0.1.3" +__version__ = "0.0.1.4" __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 981e249a..4c2ae617 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.3 +@version :0.0.1.4 @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 518bf6ff..7006cd0f 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.3 +@version :0.0.1.4 @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.3" +_version = "0.0.1.4" __all__ = [ "_author",