chore: bump version (v2.9.9)

This commit is contained in:
Benexl
2025-07-24 14:14:44 +03:00
parent abac604ccd
commit 474da2f1fd
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -14,7 +14,7 @@
pythonPackages = python.pkgs;
fastanimeEnv = pythonPackages.buildPythonApplication {
pname = "fastanime";
version = "2.8.8";
version = "2.9.9";
src = self;

View File

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