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