mirror of
https://github.com/hongtaocai/googlefinance.git
synced 2024-11-04 16:29:23 -06:00
version -> 0.7
This commit is contained in:
parent
fc751c94aa
commit
b69040843f
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',
|
||||
|
Loading…
Reference in New Issue
Block a user