mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-12 07:40:41 -08:00
chore: bump version (v2.8.7)
This commit is contained in:
@@ -6,7 +6,7 @@ if sys.version_info < (3, 10):
|
|||||||
) # noqa: F541
|
) # noqa: F541
|
||||||
|
|
||||||
|
|
||||||
__version__ = "v2.8.6"
|
__version__ = "v2.8.7"
|
||||||
|
|
||||||
APP_NAME = "FastAnime"
|
APP_NAME = "FastAnime"
|
||||||
AUTHOR = "Benexl"
|
AUTHOR = "Benexl"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
pythonPackages = python.pkgs;
|
pythonPackages = python.pkgs;
|
||||||
fastanimeEnv = pythonPackages.buildPythonApplication {
|
fastanimeEnv = pythonPackages.buildPythonApplication {
|
||||||
pname = "fastanime";
|
pname = "fastanime";
|
||||||
version = "v2.8.6";
|
version = "2.8.7";
|
||||||
|
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "fastanime"
|
name = "fastanime"
|
||||||
version = "v2.8.6"
|
version = "2.8.7"
|
||||||
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user