Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dpguthrie committed Mar 18, 2023
1 parent 1f131ed commit 841f77e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name="yahooquery",
version="2.3.0",
version="2.3.1",
author="Doug Guthrie",
author_email="douglas.p.guthrie@gmail.com",
description="Retrieve nearly all data from Yahoo Finance for one or more ticker symbols",
Expand Down
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.3.0"
__version__ = "2.3.1"

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

0 comments on commit 841f77e

Please sign in to comment.