From e5e61a86da4a1926a4a8debe41494e7e97a4c703 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Sun, 22 Sep 2013 12:43:51 -0400 Subject: Bump version --- jsonschema/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonschema/__init__.py b/jsonschema/__init__.py index d12add2..1c3c084 100644 --- a/jsonschema/__init__.py +++ b/jsonschema/__init__.py @@ -20,7 +20,7 @@ from jsonschema.validators import ( ) -__version__ = "2.1.0" +__version__ = "2.2.0-dev" # flake8: noqa -- cgit v1.2.1