diff --git a/fastanime/__init__.py b/fastanime/__init__.py index d2ec29e..3a212a6 100644 --- a/fastanime/__init__.py +++ b/fastanime/__init__.py @@ -6,7 +6,7 @@ ) # noqa: F541 -__version__ = "v2.6.3" +__version__ = "v2.6.4" APP_NAME = "FastAnime" AUTHOR = "Benex254" diff --git a/pyproject.toml b/pyproject.toml index 1bb157c..36b9513 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastanime" -version = "2.6.3" +version = "2.6.4" description = "A browser anime site experience from the terminal" authors = ["Benextempest "] license = "UNLICENSE"