diff --git a/README.rest b/README.rest index 5555c22..a7d846e 100644 --- a/README.rest +++ b/README.rest @@ -12,7 +12,7 @@ grs 台灣上市股票價格擷取 ----------------------------- :Authors: Toomore Chiang -:Version: 0.1.0 of 2012/03/31 +:Version: 0.1.1 of 2012/03/31 :Python Version: Python 2.6-2.7 ----------------------------- @@ -26,7 +26,7 @@ Report Issue or get involved Web Demo ----------------------------- -- grs Online → http://heroku.toomore.net/grs/ +- grs Online → http://grs.herokuapp.com/ ----------------------------- Quick Start @@ -181,7 +181,7 @@ Quick Start c.lastmod # 前一個 14:30 日期時間(type: datetime) -判斷乖離轉折點:stock().ckMAO +判斷乖離轉折點:stock(no).ckMAO ==================================== 判斷乖離轉折點 diff --git a/grs/__init__.py b/grs/__init__.py index 1be8989..a56db07 100644 --- a/grs/__init__.py +++ b/grs/__init__.py @@ -21,7 +21,7 @@ # THE SOFTWARE. __title__ = 'grs' -__version__ = '0.1.0' +__version__ = '0.1.1' __author__ = 'Toomore Chiang' __license__ = 'MIT' __copyright__ = 'Copyright (C) 2012 Toomore Chiang' diff --git a/setup.py b/setup.py index 1050274..f990979 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ keywords="stock taiwan taipei twse 台灣 股市 台北 即時", install_requires=[], classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Environment :: Web Environment', 'Intended Audience :: End Users/Desktop',