Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Benexl committed Sep 23, 2024
1 parent 037b5c3 commit 87e3a27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.5.4"
__version__ = "v2.5.5"

APP_NAME = "FastAnime"
AUTHOR = "Benex254"
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastanime"
version = "2.5.4.dev1"
version = "2.5.5.dev1"
description = "A browser anime site experience from the terminal"
authors = ["Benextempest <benextempest@gmail.com>"]
license = "UNLICENSE"
Expand All @@ -11,16 +11,16 @@ python = "^3.10"
yt-dlp = "^2024.5.27"
thefuzz = "^0.22.1"
requests = "^2.32.3"
rich = { version = "^13.7.1", optional = true }
click = { version = "^8.1.7", optional = true }
inquirerpy = { version = "^0.3.4", optional = true }
rich = { version = "^13.7.1", optional = false }
click = { version = "^8.1.7", optional = false }
inquirerpy = { version = "^0.3.4", optional = false }
mpv = { version = "^1.0.7", optional = true }
plyer = { version = "^2.1.0", optional = true }


[tool.poetry.extras]
full = ["plyer", "mpv", "rich", "click", "inquirerpy"]
cli = ["rich", "click", "inquirerpy"]
full = ["plyer", "mpv"]
# cli = ["rich", "click", "inquirerpy"]
mpv = ["mpv"]
notifications = ["plyer"]

Expand Down

0 comments on commit 87e3a27

Please sign in to comment.