diff --git a/setup.py b/setup.py index 1f61c34..82bf26e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools setuptools.setup( name = 'snscrape', - version = '0.1.3', + version = '0.2.0', description = 'A social networking service scraper', author = 'JustAnotherArchivist', url = 'https://github.com/JustAnotherArchivist/snscrape',