diff --git a/jsonpatch.py b/jsonpatch.py index 5250f2f..a9574ae 100644 --- a/jsonpatch.py +++ b/jsonpatch.py @@ -51,7 +51,7 @@ # Will be parsed by setup.py to determine package metadata __author__ = 'Stefan Kögl ' -__version__ = '1.14' +__version__ = '1.15' __website__ = 'https://github.com/stefankoegl/python-json-patch' __license__ = 'Modified BSD License'