From 1c8983fc1eba2174eb47f170409898f553604238 Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Tue, 23 Apr 2019 22:05:35 +0000 Subject: [PATCH] Version 0.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f6b0456..db1f5a0 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools setuptools.setup( name = 'qwarc', - version = '0.0-dev', + version = '0.1.0', description = 'A framework for quick web archival', author = 'JustAnotherArchivist', url = 'https://github.com/JustAnotherArchivist/qwarc',