From 5fc60fe978c8dde5e338e53bf643867c815409fc Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Mon, 10 Sep 2018 22:15:11 +0200 Subject: [PATCH] Version 0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0bf51dd..e2e6a43 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools setuptools.setup( name = 'snscrape', - version = '0.0-dev', + version = '0.1', description = 'A social networking service scraper', author = 'JustAnotherArchivist', url = 'https://github.com/JustAnotherArchivist/snscrape',