From cfb1c9a2aaffdd3cf726b496bee0db9cd2296a38 Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Mon, 1 Oct 2018 03:26:22 +0200 Subject: [PATCH] Version 0.1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a6ca1c..4a92de1 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools setuptools.setup( name = 'snscrape', - version = '0.1.2', + version = '0.1.3', description = 'A social networking service scraper', author = 'JustAnotherArchivist', url = 'https://github.com/JustAnotherArchivist/snscrape',