Skip to content

Commit

Permalink
0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmysoa committed Dec 11, 2016
1 parent 94fb000 commit 690db33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion tushare/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.6.2'
__version__ = '0.6.3'
__author__ = 'Jimmy Liu'

"""
Expand Down
3 changes: 0 additions & 3 deletions tushare/stock/reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
from pandas.compat import StringIO
from tushare.util import dateu as du
from tushare.util.netbase import Client
from bokeh.charts.builders.line_builder import Line
from _csv import Error

try:
from urllib.request import urlopen, Request
except ImportError:
Expand Down

0 comments on commit 690db33

Please sign in to comment.