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]
|
||||
current_version = 0.1.1
|
||||
current_version = 0.1.2
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
@@ -19,4 +19,4 @@ exclude = docs
|
||||
|
||||
[aliases]
|
||||
test = pytest
|
||||
# Define setup.py command aliases here
|
||||
|
||||
|
||||
2
setup.py
2
setup.py
@@ -28,7 +28,7 @@ test_requirements = [
|
||||
|
||||
setup(
|
||||
name='tiingo',
|
||||
version='0.1.1',
|
||||
version='0.1.2',
|
||||
description="REST Client for Tiingo Data Platform API",
|
||||
long_description=readme + '\n\n' + history,
|
||||
author="Cameron Yick",
|
||||
|
||||
@@ -3,4 +3,4 @@ from tiingo.api import TiingoClient
|
||||
|
||||
__author__ = """Cameron Yick"""
|
||||
__email__ = 'cameron.yick@enigma.com'
|
||||
__version__ = '0.1.1'
|
||||
__version__ = '0.1.2'
|
||||
|
||||
Reference in New Issue
Block a user