summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d0d3596..2e035ed 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ def parse_requirements():
setuptools.setup(
name='warlock',
- version='1.0.1',
+ version='1.1.0',
description='Python object model built on JSON schema and JSON patch.',
author='Brian Waldon',
author_email='bcwaldon@gmail.com',