version -> 0.7

This commit is contained in:
hcai 2015-04-16 14:26:13 -07:00
parent fc751c94aa
commit b69040843f

View File

@ -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',