From 23274de3677260a48f0635d0e4f212d3c7dc1a77 Mon Sep 17 00:00:00 2001 From: benexl Date: Sat, 4 Jan 2025 23:47:45 +0300 Subject: [PATCH] chore: bump version (v2.8.7) --- 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 fbb45ce..5e9e087 100644 --- a/fastanime/__init__.py +++ b/fastanime/__init__.py @@ -6,7 +6,7 @@ if sys.version_info < (3, 10): ) # noqa: F541 -__version__ = "v2.8.6" +__version__ = "v2.8.7" APP_NAME = "FastAnime" AUTHOR = "Benexl" diff --git a/flake.nix b/flake.nix index e2e6072..fb10908 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ pythonPackages = python.pkgs; fastanimeEnv = pythonPackages.buildPythonApplication { pname = "fastanime"; - version = "v2.8.6"; + version = "2.8.7"; src = ./.; diff --git a/pyproject.toml b/pyproject.toml index ccaa400..98c725a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastanime" -version = "v2.8.6" +version = "2.8.7" description = "A browser anime site experience from the terminal" license = "UNLICENSE" readme = "README.md"