From eaf7494e0f2c6bab8c637568173bf1fb78ebed05 Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Sun, 17 Sep 2017 16:51:27 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version: 0.2.0 → 0.3.0 Fix version strings --- 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 d9b3e78..204aa25 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.3.0 commit = True tag = True diff --git a/setup.py b/setup.py index 289b007..45120bb 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ test_requirements = [ setup( name='tiingo', - version='0.2.0', + version='0.3.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 008d4b4..dd2274b 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.2.0' +__version__ = '0.3.0'