mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2026-02-11 13:24:19 +01:00
Conform to modern setup.py version access
This commit is contained in:
@@ -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
2
tiingo/__version__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
__version__ = '0.3.1'
|
||||
Reference in New Issue
Block a user