From 58761f5b961690e6305907b2b0edd37e3a797843 Mon Sep 17 00:00:00 2001 From: Benex254 Date: Fri, 4 Oct 2024 19:44:54 +0300 Subject: [PATCH] chore: bump version --- fastanime/__init__.py | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"