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',