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',