diff --git a/setup.py b/setup.py index 5aa16aa..520912d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setuptools.setup( name="Schemer", - version="0.2.10", + version="0.2.11", author="Tom Leach", author_email="tom@gc.io", description="Powerful schema-based validation of Python dicts",