From 9cc2bd1faa7380f6f451f7de9b5d228160627fd3 Mon Sep 17 00:00:00 2001 From: alt Date: Sun, 18 Oct 2020 18:43:29 -0500 Subject: [PATCH] version 1.6 release --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0e22442..970eafb 100644 --- a/setup.py +++ b/setup.py @@ -10,11 +10,11 @@ setup( name='yahoofinancials', - version='1.5', + version='1.6', description='A powerful financial data module used for pulling both fundamental and technical data from Yahoo Finance', long_description=long_description, url='https://github.com/JECSand/yahoofinancials', - download_url='https://github.com/JECSand/yahoofinancials/archive/1.5.tar.gz', + download_url='https://github.com/JECSand/yahoofinancials/archive/1.6.tar.gz', author='Connor Sanders', author_email='connor@exceleri.com', license='MIT',