diff --git a/yahooquery/__init__.py b/yahooquery/__init__.py index 6bdaac6..0cee87d 100644 --- a/yahooquery/__init__.py +++ b/yahooquery/__init__.py @@ -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