From d17aa15bcb98d182921fa9191f4ad5a1e1e61314 Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Tue, 11 Sep 2018 12:44:07 +0200 Subject: [PATCH] Version 0.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5c6212c..1a6ca1c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools setuptools.setup( name = 'snscrape', - version = '0.1.1', + version = '0.1.2', description = 'A social networking service scraper', author = 'JustAnotherArchivist', url = 'https://github.com/JustAnotherArchivist/snscrape',