diff options
author | Stefan Kögl <stefan@skoegl.net> | 2016-02-13 19:00:29 +0100 |
---|---|---|
committer | Stefan Kögl <stefan@skoegl.net> | 2016-02-13 19:00:29 +0100 |
commit | b15d8f1ec18e4f3191ba668e63520018a47e37de (patch) | |
tree | d0cb35280c7c0384a9db7eb5315ce5ce629cc4b6 /jsonpatch.py | |
parent | 9ce8487179bc001c4be10a54dadc04ce66be5c68 (diff) | |
download | python-json-patch-b15d8f1ec18e4f3191ba668e63520018a47e37de.tar.gz |
bump version to 1.13v1.13
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 917fc33..96fe6f9 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.12' +__version__ = '1.13' __website__ = 'https://github.com/stefankoegl/python-json-patch' __license__ = 'Modified BSD License' |