Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dpguthrie committed Jan 22, 2023
1 parent 2fef9b9 commit 041fc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yahooquery/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Python interface to unofficial Yahoo Finance API endpoints"""

name = "yahooquery"
__version__ = "2.2.15"
__version__ = "2.3.0"

from .research import Research # noqa
from .ticker import Ticker # noqa
Expand Down

0 comments on commit 041fc2a

Please sign in to comment.