diff --git a/setup.py b/setup.py index fe62175..4fd5f9b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ with open("README.md", "r") as fh: long_description = fh.read() setuptools.setup( name="stockquotes", - version="2.0.1", + version="2.0.2", description="A simple module for retreiving stock data", long_description=long_description, long_description_content_type="text/markdown",