From cd13128389db40b45a9671e2dfbaae2b6382402c Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 19 Sep 2016 16:00:23 +0300 Subject: [PATCH] 0.6.3 --- schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.py b/schema.py index 5b25f48..aeb2ebe 100644 --- a/schema.py +++ b/schema.py @@ -4,7 +4,7 @@ import re -__version__ = '0.6.2' +__version__ = '0.6.3' __all__ = ['Schema', 'And', 'Or', 'Regex', 'Optional', 'SchemaError',