Skip to content

Commit

Permalink
1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Altimis committed Aug 9, 2021
1 parent fee21a9 commit a4b479a
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.3``
``pip install Scweet==1.4``

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.3',
version = '1.4',
license='MIT',
description = 'Tool for scraping Tweets',
author = 'Yassine AIT JEDDI and Soufiane Bengadi',
Expand Down

0 comments on commit a4b479a

Please sign in to comment.