summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2014-07-03 22:03:51 +0200
committerStefan Kögl <stefan@skoegl.net>2014-07-03 22:03:51 +0200
commit6b0c1931081dca9611a900aac1feaa04e8f6eb98 (patch)
treeb86c69bf89a4c14cc5efd69cdf0b9d65e47b9bb8
parent45b44b7e41e56de101b1dd0ce34bd572798abfd5 (diff)
downloadpython-json-patch-6b0c1931081dca9611a900aac1feaa04e8f6eb98.tar.gz
bump version to 1.7v1.7
-rw-r--r--jsonpatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpatch.py b/jsonpatch.py
index 30b7a0c..ed6723c 100644
--- a/jsonpatch.py
+++ b/jsonpatch.py
@@ -46,7 +46,7 @@ from jsonpointer import JsonPointer, JsonPointerException
# Will be parsed by setup.py to determine package metadata
__author__ = 'Stefan Kögl <stefan@skoegl.net>'
-__version__ = '1.6'
+__version__ = '1.7'
__website__ = 'https://github.com/stefankoegl/python-json-patch'
__license__ = 'Modified BSD License'