Skip to content

Commit

Permalink
bump version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Jun 3, 2024
1 parent 8814c0b commit a5c918f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a5c918f

Please sign in to comment.