diff options
| author | Stefan Kögl <stefan@skoegl.net> | 2014-11-03 18:49:46 +0100 |
|---|---|---|
| committer | Stefan Kögl <stefan@skoegl.net> | 2014-11-03 18:49:46 +0100 |
| commit | 66c4fa4ba18c5e8eeca09280eb0ea43c9684465d (patch) | |
| tree | 1571c9bdc18694a19388d13037d109c8b49f65d6 | |
| parent | d07a8b9da1a5f813015a93db9887779b9bafd530 (diff) | |
| download | python-json-patch-1.9.tar.gz | |
bump version to 1.9v1.9
| -rw-r--r-- | jsonpatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpatch.py b/jsonpatch.py index 8fe955f..6318821 100644 --- a/jsonpatch.py +++ b/jsonpatch.py @@ -51,7 +51,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.8' +__version__ = '1.9' __website__ = 'https://github.com/stefankoegl/python-json-patch' __license__ = 'Modified BSD License' |
