From add35ce682eeac8dfb65d79a40fb936e0287e330 Mon Sep 17 00:00:00 2001 From: Benex254 Date: Thu, 22 Aug 2024 19:09:31 +0300 Subject: [PATCH] chore: bump version --- fastanime/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fastanime/__init__.py b/fastanime/__init__.py index b42e7dd..0aa1f73 100644 --- a/fastanime/__init__.py +++ b/fastanime/__init__.py @@ -6,7 +6,7 @@ ) # noqa: F541 -__version__ = "v2.4.0" +__version__ = "v2.4.1" APP_NAME = "FastAnime" AUTHOR = "Benex254" diff --git a/pyproject.toml b/pyproject.toml index 8680abb..45d89ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastanime" -version = "2.4.0" +version = "2.4.1" description = "A browser anime site experience from the terminal" authors = ["Benextempest "] license = "UNLICENSE"