From 0562704163bc48044b24a846cc716bfc6d7138af Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Fri, 1 Sep 2017 09:42:39 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.3=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- tiingo/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 066c094..d9b3e78 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3 +current_version = 0.2.0 commit = True tag = True diff --git a/setup.py b/setup.py index 417f8c4..289b007 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ test_requirements = [ setup( name='tiingo', - version="0.1.3", + version='0.2.0', 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 16e0020..008d4b4 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.3' +__version__ = '0.2.0'