diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d74c5a83..8246665d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,6 +3,8 @@ + + @@ -705,7 +552,7 @@ - + @@ -718,7 +565,7 @@ - @@ -899,13 +746,6 @@ - - - - - - - @@ -916,9 +756,6 @@ - - - @@ -927,16 +764,6 @@ - - - - - - - - - - @@ -1151,21 +978,6 @@ - - - - - - - - - - - - - - - @@ -1186,10 +998,45 @@ + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + diff --git a/.travis.yml b/.travis.yml index 70480f33..9a2d156c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ install: - pip install lxml==4.3.3 - pip install unidecode==1.0.23 - pip install tqdm==4.32.1 - - pip install investpy==0.8.4.6 + - pip install investpy==0.8.4.7 - pip install pytest==4.5.0 - pip install codecov==2.0.15 diff --git a/README.md b/README.md index 23505594..af4464f9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To conclude this section, I am in the need to specify that this is not the final In order to get this package working you will need to install [**investpy**](https://pypi.org/project/investpy/) from PyPi via Terminal typing: -``pip install investpy==0.8.4.6`` +``pip install investpy==0.8.4.7`` All the dependencies are already listed on the setup file of the package, but to sum them up, you will need the following requirements: diff --git a/setup.py b/setup.py index 1345f333..62b2becb 100644 --- a/setup.py +++ b/setup.py @@ -11,10 +11,10 @@ def readme(): setup( name='investpy', - version='0.8.4.6', + version='0.8.4.7', packages=find_packages(), url='https://github.com/alvarob96/investpy', - download_url='https://github.com/alvarob96/investpy/archive/0.8.4.6.tar.gz', + download_url='https://github.com/alvarob96/investpy/archive/0.8.4.7.tar.gz', license='MIT License', author='Alvaro Bartolome', author_email='alvarob96@usal.es',