From 3906ee0e659a9aa6f5e2d506ebae81f89a06765e Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Fri, 18 Oct 2013 13:48:42 -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 6232cec..34ca151 100644 --- a/jsonschema/__init__.py +++ b/jsonschema/__init__.py @@ -20,7 +20,7 @@ from jsonschema.validators import ( ) -__version__ = "2.2.0" +__version__ = "2.3.0-dev" # flake8: noqa -- cgit v1.2.1