diff --git a/fastanime/__init__.py b/fastanime/__init__.py index 938e631..9440004 100644 --- a/fastanime/__init__.py +++ b/fastanime/__init__.py @@ -2,11 +2,11 @@ import sys if sys.version_info < (3, 10): raise ImportError( - "You are using an unsupported version of Python. Only Python versions 3.8 and above are supported by yt-dlp" + "You are using an unsupported version of Python. Only Python versions 3.10 and above are supported by FastAnime" ) # noqa: F541 -__version__ = "v2.6.1" +__version__ = "v2.6.2" APP_NAME = "FastAnime" AUTHOR = "Benex254" diff --git a/pyproject.toml b/pyproject.toml index 596d5a2..ff5cf92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastanime" -version = "2.6.1" +version = "2.6.2" description = "A browser anime site experience from the terminal" authors = ["Benextempest "] license = "UNLICENSE"