From fb705b4ac2e2da6153fc3579e356be51a26142a8 Mon Sep 17 00:00:00 2001 From: Benexl Date: Sat, 22 Feb 2025 13:02:36 +0300 Subject: [PATCH] chore: bump version (v2.8.8) --- fastanime/__init__.py | 2 +- flake.nix | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fastanime/__init__.py b/fastanime/__init__.py index 5e9e087..13490c1 100644 --- a/fastanime/__init__.py +++ b/fastanime/__init__.py @@ -6,7 +6,7 @@ if sys.version_info < (3, 10): ) # noqa: F541 -__version__ = "v2.8.7" +__version__ = "v2.8.8" APP_NAME = "FastAnime" AUTHOR = "Benexl" diff --git a/flake.nix b/flake.nix index fb10908..2ffa380 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ pythonPackages = python.pkgs; fastanimeEnv = pythonPackages.buildPythonApplication { pname = "fastanime"; - version = "2.8.7"; + version = "2.8.8"; src = ./.; diff --git a/pyproject.toml b/pyproject.toml index 98c725a..71cab44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastanime" -version = "2.8.7" +version = "2.8.8" description = "A browser anime site experience from the terminal" license = "UNLICENSE" readme = "README.md"