From 0b1a27b2234c44e8c4941b366bc9b411cfbfcd02 Mon Sep 17 00:00:00 2001 From: benex Date: Tue, 19 Nov 2024 14:08:42 +0300 Subject: [PATCH] chore: bump version (v2.8.1) --- 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 3affbe9..7193d36 100644 --- a/fastanime/__init__.py +++ b/fastanime/__init__.py @@ -6,7 +6,7 @@ ) # noqa: F541 -__version__ = "v2.8.0" +__version__ = "v2.8.1" APP_NAME = "FastAnime" AUTHOR = "Benex254" diff --git a/pyproject.toml b/pyproject.toml index 74e149b..ad02445 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastanime" -version = "2.8.0" +version = "2.8.1" description = "A browser anime site experience from the terminal" license = "UNLICENSE" readme = "README.md"