chore: bump version (v2.7.4)

This commit is contained in:
benex
2024-11-16 22:10:15 +03:00
parent d62f580d7a
commit 3ac4e1ac71
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,6 @@
[project]
name = "fastanime"
version = "2.7.3"
version = "2.7.4"
description = "A browser anime site experience from the terminal"
license = "UNLICENSE"
readme = "README.md"