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