Skip to content

Commit

Permalink
Version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Altimis committed Aug 9, 2021
1 parent f2fada5 commit 1b8fa5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1b8fa5d

Please sign in to comment.