diff options
| author | Stefan Kögl <stefan@skoegl.net> | 2012-11-26 17:52:37 +0100 |
|---|---|---|
| committer | Stefan Kögl <stefan@skoegl.net> | 2012-11-26 17:52:37 +0100 |
| commit | 21f21eb86a37c0c5d9eb17ecb7da8e4973cd8e49 (patch) | |
| tree | 081b03f819efb1f19313eb25bdcb229e295df3f3 | |
| parent | d464dea3a3fb44e071a83e30d2794875e7e9c19b (diff) | |
| download | python-json-patch-0.10.tar.gz | |
bump version to 0.10v0.10
| -rw-r--r-- | jsonpatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpatch.py b/jsonpatch.py index 8faad2b..ea19488 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.9' +__version__ = '0.10' __website__ = 'https://github.com/stefankoegl/python-json-patch' __license__ = 'Modified BSD License' |
