diff options
author | Stefan Kögl <stefan@skoegl.net> | 2012-06-22 21:18:09 +0200 |
---|---|---|
committer | Stefan Kögl <stefan@skoegl.net> | 2012-06-22 21:18:09 +0200 |
commit | 88bfb42102b510847f9cc1094db9b8f7c62408f6 (patch) | |
tree | 6593ac7fc4d6bfff825a134c6ca45ed7a77747c0 /jsonpatch.py | |
parent | 90057fb6684807dae6c588c7faaab7c78b6c857b (diff) | |
download | python-json-patch-88bfb42102b510847f9cc1094db9b8f7c62408f6.tar.gz |
bump version to 0.2
Diffstat (limited to 'jsonpatch.py')
-rw-r--r-- | jsonpatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stefan@skoegl.net>' -__version__ = '0.1' +__version__ = '0.2' __website__ = 'https://github.com/stefankoegl/python-json-patch' __license__ = 'Modified BSD License' |