diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0d735768..5e1ed02f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,6 @@ - - + @@ -79,11 +78,11 @@ - + - - + + @@ -683,16 +682,6 @@ - - - - - - - - - - @@ -705,13 +694,23 @@ - - + + + + + + + + + + + + \ No newline at end of file diff --git a/setup.py b/setup.py index 3f623ee8..76ae618f 100644 --- a/setup.py +++ b/setup.py @@ -11,10 +11,10 @@ def readme(): setup( name='investing_scrapper', - version='0.3.4', + version='0.3.4.1', packages=find_packages(), url='', - download_url='https://github.com/alvarob96/investing-scrapper/archive/0.3.4.tar.gz', + download_url='https://github.com/alvarob96/investing-scrapper/archive/0.3.4.1.tar.gz', license='MIT License', author='Alvaro Bartolome', author_email='alvarob96@usal.es',