Skip to content

Commit

Permalink
chore: bump version (v2.8.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benexl committed Nov 19, 2024
1 parent bafd04b commit 0b1a27b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0"
__version__ = "v2.8.1"

APP_NAME = "FastAnime"
AUTHOR = "Benex254"
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.0"
version = "2.8.1"
description = "A browser anime site experience from the terminal"
license = "UNLICENSE"
readme = "README.md"
Expand Down

0 comments on commit 0b1a27b

Please sign in to comment.