chore: bump version (vv2.8.6)

This commit is contained in:
benexl
2024-12-13 08:18:54 +03:00
parent 3d12059e27
commit d45d438663
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ if sys.version_info < (3, 10):
) # noqa: F541 ) # noqa: F541
__version__ = "v2.8.4" __version__ = "vv2.8.6"
APP_NAME = "FastAnime" APP_NAME = "FastAnime"
AUTHOR = "Benexl" AUTHOR = "Benexl"

View File

@@ -14,7 +14,7 @@
pythonPackages = python.pkgs; pythonPackages = python.pkgs;
fastanimeEnv = pythonPackages.buildPythonApplication { fastanimeEnv = pythonPackages.buildPythonApplication {
pname = "fastanime"; pname = "fastanime";
version = "2.8.4"; version = "v2.8.6";
src = ./.; src = ./.;

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "fastanime" name = "fastanime"
version = "2.8.4" version = "v2.8.6"
description = "A browser anime site experience from the terminal" description = "A browser anime site experience from the terminal"
license = "UNLICENSE" license = "UNLICENSE"
readme = "README.md" readme = "README.md"