diff options
| author | Stefan Kögl <stefan@skoegl.net> | 2014-03-22 11:51:53 +0100 |
|---|---|---|
| committer | Stefan Kögl <stefan@skoegl.net> | 2014-03-22 11:51:53 +0100 |
| commit | 02ab1d24f73bec2a87485db70455cdb13f91ace0 (patch) | |
| tree | 75856f68e116ec6143186b1afdd474437b190e6e | |
| parent | 44b4ca8e60143b6518ecfd9f0fa2832c62e0ce8d (diff) | |
| download | python-json-patch-1.4.tar.gz | |
bump version to 1.4v1.4
| -rw-r--r-- | jsonpatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpatch.py b/jsonpatch.py index 5e96f9a..a5e7bed 100644 --- a/jsonpatch.py +++ b/jsonpatch.py @@ -46,7 +46,7 @@ from jsonpointer import JsonPointer, JsonPointerException # Will be parsed by setup.py to determine package metadata __author__ = 'Stefan Kögl <stefan@skoegl.net>' -__version__ = '1.3' +__version__ = '1.4' __website__ = 'https://github.com/stefankoegl/python-json-patch' __license__ = 'Modified BSD License' |
