From 09c00eda9599e53f7e6b84d7c91ecd3b42f71772 Mon Sep 17 00:00:00 2001 From: Stavros Korokithakis Date: Wed, 1 Dec 2021 22:49:12 +0200 Subject: [PATCH] Release v0.7.5 --- schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.py b/schema.py index 4cfcc52..37b0fb1 100644 --- a/schema.py +++ b/schema.py @@ -11,7 +11,7 @@ from contextlib2 import ExitStack -__version__ = "0.7.4" +__version__ = "0.7.5" __all__ = [ "Schema", "And",