From 1b8fa5dfa16a33b0ab160f88404632c7bc5955d1 Mon Sep 17 00:00:00 2001 From: Yassine Ait Jeddi Date: Mon, 9 Aug 2021 14:10:16 +0200 Subject: [PATCH] Version 1.2 --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c58f6f..698dac4 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ The ``get_users_following`` and ``get_users_followers`` in [user](https://github The library is now available. To install the library, run : -``pip install Scweet==1.1`` +``pip install Scweet==1.2`` The [Python example file](https://github.com/Altimis/Scweet/blob/master/Example.py) contains an example for running the installed library. diff --git a/setup.py b/setup.py index 9cf0706..997b234 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name = 'Scweet', packages = ['Scweet'], - version = '1.1', + version = '1.2', license='MIT', description = 'Tool for scraping Tweets', author = 'Yassine AIT JEDDI and Soufiane Bengadi',