From c429a263b8d504d56abd879fe3bb71d426c01589 Mon Sep 17 00:00:00 2001 From: soufiane bengadi Date: Wed, 20 Jan 2021 20:19:26 +0100 Subject: [PATCH] new version --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 88e3f46..f0ab31f 100644 --- a/setup.py +++ b/setup.py @@ -4,13 +4,13 @@ setup( name = 'Scweet', packages = ['Scweet'], - version = '0.2.1', + version = '0.3.1', license='MIT', description = 'Tool for scraping Tweets', author = 'Yassine AIT JEDDI and Soufiane Bengadi ', - author_email = 'bokudakgainaimachi@gmail.com', + author_email = 'bengadisoufiane@gmail.com', url = 'https://github.com/Altimis/Scweet', - download_url = 'https://github.com/Altimis/Scweet/archive/0.1.1.tar.gz', + download_url = 'https://github.com/Altimis/Scweet/archive/v0.3.0.tar.gz', keywords = ['twitter', 'scraper', 'python', "crawl", "following", "followers", "twitter-scraper", "tweets"], install_requires=['selenium', 'pandas', 'python-dotenv', 'chromedriver-autoinstaller', 'urllib'], classifiers=[