Skip to content

Commit

Permalink
added error catching for null data returned
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Allderman committed Sep 13, 2018
1 parent e8fdc79 commit e5968c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PyIress is a Python interface onto the Iress web services API. See the [Website]
Time series information
Dividend information
Index information
* Version 0.0.3
* Version 0.0.5
* This is the first version and the intention is to add to the list of available functions.
* The following are currenly available:
- time_series : an items times series
Expand Down
Binary file modified dist/PyIress-0.0.3.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""

_URL = 'https://github.com/ceaza/pyiress'
_VERSION = '0.0.3'
_VERSION = '0.0.5'


setup(name='PyIress',
Expand Down

0 comments on commit e5968c0

Please sign in to comment.