diff --git a/setup.cfg b/setup.cfg index 8ac7902..871d0d2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = True tag = True @@ -19,4 +19,4 @@ exclude = docs [aliases] test = pytest -# Define setup.py command aliases here + diff --git a/setup.py b/setup.py index e024a64..53ce313 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ test_requirements = [ setup( name='tiingo', - version='0.1.1', + version='0.1.2', description="REST Client for Tiingo Data Platform API", long_description=readme + '\n\n' + history, author="Cameron Yick", diff --git a/tiingo/__init__.py b/tiingo/__init__.py index d9f8da4..8322856 100644 --- a/tiingo/__init__.py +++ b/tiingo/__init__.py @@ -3,4 +3,4 @@ from tiingo.api import TiingoClient __author__ = """Cameron Yick""" __email__ = 'cameron.yick@enigma.com' -__version__ = '0.1.1' +__version__ = '0.1.2'