diff --git a/fastanime/__init__.py b/fastanime/__init__.py index a8ff876..78254db 100644 --- a/fastanime/__init__.py +++ b/fastanime/__init__.py @@ -6,7 +6,7 @@ if sys.version_info < (3, 10): ) # noqa: F541 -__version__ = "v2.5.6" +__version__ = "v2.5.8" APP_NAME = "FastAnime" AUTHOR = "Benex254" diff --git a/pyproject.toml b/pyproject.toml index e8aea2a..5930efc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastanime" -version = "2.5.6.dev1" +version = "2.5.8" description = "A browser anime site experience from the terminal" authors = ["Benextempest "] license = "UNLICENSE" @@ -17,7 +17,6 @@ inquirerpy = { version = "^0.3.4", optional = false } mpv = { version = "^1.0.7", optional = true } plyer = { version = "^2.1.0", optional = true } -lbry-libtorrent = "^1.2.4" [tool.poetry.extras] full = ["plyer", "mpv"] # cli = ["rich", "click", "inquirerpy"]