From d9e91a48cf122f4450ae9affbdc254744188fd6b Mon Sep 17 00:00:00 2001 From: dbondi Date: Sun, 4 Apr 2021 23:47:21 -0400 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8e16c45..8f79815 100644 --- a/setup.py +++ b/setup.py @@ -2,14 +2,14 @@ setup( name = 'analyst_recommendation_performance', packages = ['analyst_recommendation_performance'], - version = '0.2', + version = '0.3', license='MIT', description = 'Get the performance of analysts stock recommendation', long_description= 'view docs at https://github.com/dbondi/analyst_recommendation_performance', author = 'Daniel Bondi', author_email = 'dbondi@wisc.edu', url = 'https://github.com/dbondi/analyst_recommendation_performance', - download_url = 'https://github.com/dbondi/analyst_recommendation_performance/archive/refs/tags/v0.2.tar.gz', + download_url = 'https://github.com/dbondi/analyst_recommendation_performance/archive/refs/tags/v0.3.tar.gz', keywords = ['STOCKS', 'ANALYSTS', 'PYTHON', 'RECOMMENDATIONS','TICKERS'], install_requires=[ 'python-dateutil',