diff --git a/setup.py b/setup.py index 629078df..9e9a0fca 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'ta', packages = ['ta'], - version = '0.5.18', + version = '0.5.19', description='Technical Analysis Library in Python', long_description='It is a Technical Analysis library to financial time series datasets. You can use to do feature engineering. It is builded on Python Pandas library.', author = 'Dario Lopez Padial (Bukosabino)', @@ -16,7 +16,7 @@ 'pandas', 'future-fstrings', ], - download_url = 'https://github.com/bukosabino/ta/tarball/0.5.18', + download_url = 'https://github.com/bukosabino/ta/tarball/0.5.19', keywords = ['technical analysis', 'python3', 'pandas'], license='The MIT License (MIT)', classifiers = [