diff --git a/setup.py b/setup.py index 9f00f33..377ad1f 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def read(fname): setuptools.setup( name="warlock", - version="1.3.1", + version="1.3.2", description="Python object model built on JSON schema and JSON patch.", long_description=read("README.md"), long_description_content_type="text/markdown",