From 9f1827038e93663f54c6d6d3b81197a2648109c6 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Mon, 18 Aug 2014 20:54:18 -0400 Subject: [PATCH] Bump version for 2.4.0 --- jsonschema/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonschema/__init__.py b/jsonschema/__init__.py index c5fc46c..6c099f1 100644 --- a/jsonschema/__init__.py +++ b/jsonschema/__init__.py @@ -20,7 +20,7 @@ from jsonschema.validators import ( ) -__version__ = "2.3.0" +__version__ = "2.4.0" # flake8: noqa