mirror of
https://github.com/hongtaocai/googlefinance.git
synced 2025-02-25 18:55:20 -06:00
version -> 0.7
This commit is contained in:
2
setup.py
2
setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup
|
||||
setup(
|
||||
name = 'googlefinance',
|
||||
packages = ['googlefinance'], # this must be the same as the name above
|
||||
version = '0.5',
|
||||
version = '0.7',
|
||||
description = 'Python module to get real-time (no delay) stock data from Google Finance API',
|
||||
author = 'Hongtao Cai',
|
||||
author_email = 'caiht.ht@gmail.com',
|
||||
|
Reference in New Issue
Block a user