diff --git a/pyproject.toml b/pyproject.toml index 3254808..efb69b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "feeluown-bilibili" -version = "0.4.1" +version = "0.5.0" description = "Bilibili provider for FeelUOwn player." homepage = "https://github.com/BruceZhang1993/feeluown-bilibili" authors = ["Bruce Zhang "] diff --git a/setup.py b/setup.py index 7845f84..04e5840 100644 --- a/setup.py +++ b/setup.py @@ -11,14 +11,14 @@ {'': ['*'], 'fuo_bilibili': ['assets/*']} install_requires = \ -['beautifulsoup4', 'cachetools', 'feeluown>=4.1.5', 'pycryptodome'] +['beautifulsoup4', 'cachetools', 'feeluown>=4.1.8', 'pycryptodome'] entry_points = \ {'fuo.plugins_v1': ['bilibili = fuo_bilibili']} setup_kwargs = { 'name': 'feeluown-bilibili', - 'version': '0.4.1', + 'version': '0.5.0', 'description': 'Bilibili provider for FeelUOwn player.', 'author': 'Bruce Zhang', 'url': 'https://github.com/feeluown/feeluown-bilibili',