Skip to content

Commit 041fc2a

Browse files
authored
Update __init__.py
1 parent 2fef9b9 commit 041fc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yahooquery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Python interface to unofficial Yahoo Finance API endpoints"""
22

33
name = "yahooquery"
4-
__version__ = "2.2.15"
4+
__version__ = "2.3.0"
55

66
from .research import Research # noqa
77
from .ticker import Ticker # noqa

0 commit comments

Comments
 (0)