diff --git a/schema.py b/schema.py index 6b948db..2263b2a 100644 --- a/schema.py +++ b/schema.py @@ -9,7 +9,7 @@ except ImportError: from contextlib2 import ExitStack -__version__ = "0.7.1" +__version__ = "0.7.2" __all__ = [ "Schema", "And",