From d45d43866333c8c464abe5cc80a32e10296bdf62 Mon Sep 17 00:00:00 2001 From: benexl Date: Fri, 13 Dec 2024 08:18:54 +0300 Subject: [PATCH] chore: bump version (vv2.8.6) --- 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 cf72863..ea2d899 100644 --- a/fastanime/__init__.py +++ b/fastanime/__init__.py @@ -6,7 +6,7 @@ if sys.version_info < (3, 10): ) # noqa: F541 -__version__ = "v2.8.4" +__version__ = "vv2.8.6" APP_NAME = "FastAnime" AUTHOR = "Benexl" diff --git a/flake.nix b/flake.nix index 7a5ecb4..e2e6072 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ pythonPackages = python.pkgs; fastanimeEnv = pythonPackages.buildPythonApplication { pname = "fastanime"; - version = "2.8.4"; + version = "v2.8.6"; src = ./.; diff --git a/pyproject.toml b/pyproject.toml index 48b6d28..ccaa400 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastanime" -version = "2.8.4" +version = "v2.8.6" description = "A browser anime site experience from the terminal" license = "UNLICENSE" readme = "README.md"