diff --git a/fastanime/__init__.py b/fastanime/__init__.py index 90b2fa5..0b6f432 100644 --- a/fastanime/__init__.py +++ b/fastanime/__init__.py @@ -6,7 +6,7 @@ if sys.version_info < (3, 10): ) # noqa: F541 -__version__ = "v1.1.7" +__version__ = "v1.6.0" APP_NAME = "FastAnime" AUTHOR = "Benex254" diff --git a/pyproject.toml b/pyproject.toml index 4f88b38..2ff493e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastanime" -version = "1.1.7.dev1" +version = "1.6.0.dev1" description = "A browser anime site experience from the terminal" authors = ["Benextempest "] license = "UNLICENSE"