diff --git a/setup.cfg b/setup.cfg index 871d0d2..066c094 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.2 +current_version = 0.1.3 commit = True tag = True diff --git a/setup.py b/setup.py index 72ef727..417f8c4 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ test_requirements = [ setup( name='tiingo', - version="0.1.2", + version="0.1.3", description="REST Client for Tiingo Data Platform API", long_description=long_description, author="Cameron Yick", diff --git a/tiingo/__init__.py b/tiingo/__init__.py index 8322856..16e0020 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.2' +__version__ = '0.1.3'