chore: bump version

This commit is contained in:
Benex254
2024-08-22 18:31:11 +03:00
parent c2fc807688
commit 1a9f1120b8
3 changed files with 5 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ if sys.version_info < (3, 10):
) # noqa: F541
__version__ = "v2.3.8"
__version__ = "v2.4.0"
APP_NAME = "FastAnime"
AUTHOR = "Benex254"

View File

@@ -320,6 +320,9 @@ format = {self.format}
[general]
# whether to normalize provider titles
normalize_titles = {self.normalize_titles}
# can be [allanime,animepahe]
provider = {self.provider}

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastanime"
version = "2.3.8"
version = "2.4.0"
description = "A browser anime site experience from the terminal"
authors = ["Benextempest <benextempest@gmail.com>"]
license = "UNLICENSE"