Skip to content

Commit

Permalink
bump version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Dec 1, 2024
1 parent 1e01f79 commit 9eb76ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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>=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',
Expand Down

0 comments on commit 9eb76ed

Please sign in to comment.