From 0f107e988d803fa23e1a58ef8567a2d9172dd696 Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Wed, 24 Apr 2019 16:39:36 +0000 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 db1f5a0..7e1bd96 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools setuptools.setup( name = 'qwarc', - version = '0.1.0', + version = '0.1.1', description = 'A framework for quick web archival', author = 'JustAnotherArchivist', url = 'https://github.com/JustAnotherArchivist/qwarc',