chore: bump version

This commit is contained in:
Benexl
2025-07-29 18:52:31 +03:00
parent 3a29127366
commit ed136fc8a0
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
pkgs = nixpkgs.legacyPackages.${system};
inherit (pkgs) lib python3Packages;
version = "2.9.9";
version = "3.0.0";
in
{
packages.default = python3Packages.buildPythonApplication {

View File

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