summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2a4ee02..a6369c1 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ def read(fname):
setuptools.setup(
name="warlock",
- version="1.3.0",
+ version="1.3.1",
description="Python object model built on JSON schema and JSON patch.",
long_description=read("README.md"),
long_description_content_type="text/markdown",