Bump version: 0.2.0 → 0.3.0

Bump version: 0.2.0 → 0.3.0

Fix version strings
This commit is contained in:
Cameron Yick
2017-09-17 16:51:27 -04:00
parent 502acd0650
commit eaf7494e0f
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.3.0
commit = True
tag = True

View File

@@ -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",

View File

@@ -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'