Skip to content

Commit 9370d88

Browse files
committed
Updated to version 0.5.7
1 parent f3abdf3 commit 9370d88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openbb-akshare"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
description = "AKShare extension for OpenBB"
55
authors = ["Roger Ye <shugaoye@yahoo.com>"]
66
license = "AGPL-3.0-only"
@@ -23,7 +23,7 @@ requires = ["poetry-core"]
2323
build-backend = "poetry.core.masonry.api"
2424

2525
[tool.poetry.plugins."openbb_core_extension"]
26-
openbb_akshare = "openbb_akshare.router:router"
26+
akshare = "openbb_akshare.router:router"
2727

2828
[tool.poetry.plugins."openbb_provider_extension"]
29-
openbb_akshare = "openbb_akshare:provider"
29+
akshare = "openbb_akshare:provider"

0 commit comments

Comments
 (0)