We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fef9b9 commit 041fc2aCopy full SHA for 041fc2a
yahooquery/__init__.py
@@ -1,7 +1,7 @@
1
"""Python interface to unofficial Yahoo Finance API endpoints"""
2
3
name = "yahooquery"
4
-__version__ = "2.2.15"
+__version__ = "2.3.0"
5
6
from .research import Research # noqa
7
from .ticker import Ticker # noqa
0 commit comments