From 214ed7eb503f721139dbfe3ea1fd11fc684980de Mon Sep 17 00:00:00 2001 From: "Stephen J. Fuhry" Date: Wed, 16 Mar 2016 12:13:29 -0400 Subject: [PATCH] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e0e478..2628caf 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(fname): setup( name='marshmallow-jsonschema', - version='0.1.5', + version='0.1.6', description='JSON Schema Draft v4 (http://json-schema.org/) formatting with marshmallow', long_description=long_description, author='Stephen Fuhry',