Conform to modern setup.py version access

This commit is contained in:
Cameron Yick
2017-09-17 17:54:35 -04:00
parent 6325ca1548
commit 321f4eee35
6 changed files with 18 additions and 11 deletions

View File

@@ -3,4 +3,3 @@ from tiingo.api import TiingoClient
__author__ = """Cameron Yick"""
__email__ = 'cameron.yick@enigma.com'
__version__ = '0.3.0'

2
tiingo/__version__.py Normal file
View File

@@ -0,0 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.3.1'