mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 11:54:19 +01:00
Bump version: 0.2.0 → 0.3.0
Bump version: 0.2.0 → 0.3.0 Fix version strings
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.2.0
|
current_version = 0.3.0
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -33,7 +33,7 @@ test_requirements = [
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='tiingo',
|
name='tiingo',
|
||||||
version='0.2.0',
|
version='0.3.0',
|
||||||
description="REST Client for Tiingo Data Platform API",
|
description="REST Client for Tiingo Data Platform API",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
author="Cameron Yick",
|
author="Cameron Yick",
|
||||||
|
|||||||
@@ -3,4 +3,4 @@ from tiingo.api import TiingoClient
|
|||||||
|
|
||||||
__author__ = """Cameron Yick"""
|
__author__ = """Cameron Yick"""
|
||||||
__email__ = 'cameron.yick@enigma.com'
|
__email__ = 'cameron.yick@enigma.com'
|
||||||
__version__ = '0.2.0'
|
__version__ = '0.3.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user