diff --git a/schema.py b/schema.py index 8c43ec7..5101906 100644 --- a/schema.py +++ b/schema.py @@ -4,7 +4,7 @@ import re -__version__ = '0.6.5' +__version__ = '0.6.6' __all__ = ['Schema', 'And', 'Or', 'Regex', 'Optional', 'Use', 'SchemaError',