diff --git a/setup.cfg b/setup.cfg index 5278d4d..8ac7902 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = True diff --git a/setup.py b/setup.py index e4f0494..5c5d3d6 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ test_requirements = [ setup( name='tiingo', - version='0.1.0', + version='0.1.1', description="REST Client for Tiingo Data Platform API", long_description=readme + '\n\n' + history, author="Cameron Yick",