diff --git a/jsonpatch.py b/jsonpatch.py index 67bdfdb..66a68f3 100644 --- a/jsonpatch.py +++ b/jsonpatch.py @@ -35,7 +35,7 @@ http://tools.ietf.org/html/draft-pbryan-json-patch-04""" # Will be parsed by setup.py to determine package metadata __author__ = 'Stefan Kögl ' -__version__ = '0.1' +__version__ = '0.2' __website__ = 'https://github.com/stefankoegl/python-json-patch' __license__ = 'Modified BSD License'