summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2015-05-07 18:10:41 +0200
committerStefan Kögl <stefan@skoegl.net>2015-05-07 18:10:41 +0200
commit348ec1d9edf543f9c6cd61b780bb6ae7c2200bf5 (patch)
treea6dd1e7fcdd8c5c9cdd6cb9cee0edd771bfd20db
parentb8275b58ecea23f3cca3cb5dae3a6e0d65f7a541 (diff)
downloadpython-json-patch-348ec1d9edf543f9c6cd61b780bb6ae7c2200bf5.tar.gz
bump version to 1.10
-rw-r--r--jsonpatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpatch.py b/jsonpatch.py
index 6318821..6cc972f 100644
--- a/jsonpatch.py
+++ b/jsonpatch.py
@@ -51,7 +51,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.9'
+__version__ = '1.10'
__website__ = 'https://github.com/stefankoegl/python-json-patch'
__license__ = 'Modified BSD License'