From b69040843f94ce94b68877fbe03f4a4f2f3b3ab4 Mon Sep 17 00:00:00 2001 From: hcai Date: Thu, 16 Apr 2015 14:26:13 -0700 Subject: [PATCH] version -> 0.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7e43d99..4236cd2 100644 --- a/setup.py +++ b/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',