Cleanup Docstrings, Tests, and Todos

This commit is contained in:
Cameron Yick
2017-08-25 08:00:51 -04:00
parent dc8c10daf8
commit 014b666a6e
5 changed files with 78 additions and 39 deletions

View File

@@ -1,9 +1,6 @@
# -*- coding: utf-8 -*-
"""Top-level package for Tiingo Python."""
from tiingo.api import TiingoClient
__author__ = """Cameron Yick"""
__email__ = 'cameron.yick@enigma.com'
__version__ = '0.1.0'
from tiingo.api import TiingoClient
__version__ = '0.1.1'