diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e98b6c..7dc3602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.4.1 (2024-08-08) + +### Fix + +- :bug: new release bug fixes + ## v1.4.0 (2024-08-08) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 4d19ff2..2654e68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "search and downloads TV and movies from websites" readme = "README.md" keywords = ["download", "tv", "search", "m3u8"] license = "MIT" -version = "1.4.0" +version = "1.4.1" classifiers = [ # 发展时期,常见的如下 # 3 - Alpha @@ -100,7 +100,7 @@ profile = "black" [tool.commitizen] name = "cz_conventional_commits" version_scheme = "pep440" -version = "1.4.0" +version = "1.4.1" tag_format = "v$version" version_files = [ "pyproject.toml:^version",