Browse Source

Update setup.py

pull/4/head
Samuel Sloniker 3 years ago committed by GitHub
parent
commit
0d12a89e58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      setup.py

2
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",

Loading…
Cancel
Save