chore: bump version (v2.6.7)

This commit is contained in:
Benex254
2024-10-12 01:08:14 +03:00
parent 158bc5710f
commit 00e5141152
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.6.6"
__version__ = "v2.6.7"
APP_NAME = "FastAnime"
AUTHOR = "Benex254"

View File

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