From a5c918f34cf5d36f6880cc2e53003970ca5b4408 Mon Sep 17 00:00:00 2001 From: cosven Date: Mon, 3 Jun 2024 21:30:33 +0800 Subject: [PATCH] bump version 0.4.0 --- README.md | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c80402..83e86f7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You must have [FeelUOwn](https://github.com/feeluown/FeelUOwn) first - Python >= 3.10 -- FeelUOwn >= 3.8.14 +- FeelUOwn >= 4.1.5 ## Installation diff --git a/setup.py b/setup.py index 9f83198..c5eda70 100644 --- a/setup.py +++ b/setup.py @@ -11,14 +11,14 @@ {'': ['*'], 'fuo_bilibili': ['assets/*']} install_requires = \ -['beautifulsoup4', 'cachetools', 'feeluown>=3.8.14', 'pycryptodome'] +['beautifulsoup4', 'cachetools', 'feeluown>=4.1.5', 'pycryptodome'] entry_points = \ {'fuo.plugins_v1': ['bilibili = fuo_bilibili']} setup_kwargs = { 'name': 'feeluown-bilibili', - 'version': '0.3.3', + 'version': '0.4.0', 'description': 'Bilibili provider for FeelUOwn player.', 'author': 'Bruce Zhang', 'url': 'https://github.com/feeluown/feeluown-bilibili',