mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 20:04:19 +01:00
Bump version: 0.1.1 → 0.1.2
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.1.1
|
current_version = 0.1.2
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|
||||||
@@ -19,4 +19,4 @@ exclude = docs
|
|||||||
|
|
||||||
[aliases]
|
[aliases]
|
||||||
test = pytest
|
test = pytest
|
||||||
# Define setup.py command aliases here
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -28,7 +28,7 @@ test_requirements = [
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='tiingo',
|
name='tiingo',
|
||||||
version='0.1.1',
|
version='0.1.2',
|
||||||
description="REST Client for Tiingo Data Platform API",
|
description="REST Client for Tiingo Data Platform API",
|
||||||
long_description=readme + '\n\n' + history,
|
long_description=readme + '\n\n' + history,
|
||||||
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.1.1'
|
__version__ = '0.1.2'
|
||||||
|
|||||||
Reference in New Issue
Block a user