From 8f21efac3f2f6be25b696f692b0b30281df37eb2 Mon Sep 17 00:00:00 2001 From: Aploium Date: Sat, 7 May 2016 08:17:43 +0800 Subject: [PATCH] update readme --- EasyWebsiteMirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EasyWebsiteMirror.py b/EasyWebsiteMirror.py index 38298c3..c9d4d49 100644 --- a/EasyWebsiteMirror.py +++ b/EasyWebsiteMirror.py @@ -35,7 +35,7 @@ errprint('Can Not Create Local File Cache: ', e, ' local file cache is disabled automatically.') local_cache_enable = False -__VERSION__ = '0.11.0-Dev' +__VERSION__ = '0.12.0-dev' __author__ = 'Aploium ' static_file_extensions_list = set(static_file_extensions_list) external_domains_set = set(external_domains or [])