diff options
| author | Stefan Kögl <stefan@skoegl.net> | 2012-11-26 17:39:43 +0100 |
|---|---|---|
| committer | Stefan Kögl <stefan@skoegl.net> | 2012-11-26 17:39:43 +0100 |
| commit | 233c2de4cadbbadb786fc6a6b3e5778dbd73c1e2 (patch) | |
| tree | 770f04f4678cb6c7320d1a2fadfc9f922db92ed9 /jsonpatch.py | |
| parent | 6d79a66e69083bd2c0d66c16ee9e0dd8657686aa (diff) | |
| download | python-json-patch-233c2de4cadbbadb786fc6a6b3e5778dbd73c1e2.tar.gz | |
bump version to 0.9v0.9
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 4eb678c..8faad2b 100644 --- a/jsonpatch.py +++ b/jsonpatch.py @@ -36,7 +36,7 @@ # Will be parsed by setup.py to determine package metadata __author__ = 'Stefan Kögl <stefan@skoegl.net>' -__version__ = '0.8' +__version__ = '0.9' __website__ = 'https://github.com/stefankoegl/python-json-patch' __license__ = 'Modified BSD License' |
