From 35b9d5e5e53d4dd658bd14f753bdc9ba97de8003 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 27 Jul 2016 14:20:55 +0300 Subject: [PATCH] 0.6.1 --- schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.py b/schema.py index a291ecb..ba3f542 100644 --- a/schema.py +++ b/schema.py @@ -1,6 +1,6 @@ import re -__version__ = '0.6.0' +__version__ = '0.6.1' __all__ = ['Schema', 'And', 'Or', 'Regex', 'Optional', 'SchemaError']