Skip to content

Commit

Permalink
chore: bump version (vv2.8.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benexl committed Dec 13, 2024
1 parent 3d12059 commit d45d438
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fastanime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
) # noqa: F541


__version__ = "v2.8.4"
__version__ = "vv2.8.6"

APP_NAME = "FastAnime"
AUTHOR = "Benexl"
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
pythonPackages = python.pkgs;
fastanimeEnv = pythonPackages.buildPythonApplication {
pname = "fastanime";
version = "2.8.4";
version = "v2.8.6";

src = ./.;

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d45d438

Please sign in to comment.