diff options
author | Stefan Kögl <stefan@skoegl.net> | 2017-10-30 20:45:38 +0100 |
---|---|---|
committer | Stefan Kögl <stefan@skoegl.net> | 2017-10-30 20:45:38 +0100 |
commit | bae64f61ec5f1057342faf19b89d5bd571b038da (patch) | |
tree | 18bbb465a4b586ab3c18c6e6215b79d867b4e795 /jsonpointer.py | |
parent | 0d30f12f3f64dbe58bd816597856fb34d9e31fcd (diff) | |
download | python-json-pointer-1.14.tar.gz |
Bump version to 1.14v1.14
Diffstat (limited to 'jsonpointer.py')
-rw-r--r-- | jsonpointer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpointer.py b/jsonpointer.py index fd54569..285fc0c 100644 --- a/jsonpointer.py +++ b/jsonpointer.py @@ -36,7 +36,7 @@ from __future__ import unicode_literals # Will be parsed by setup.py to determine package metadata __author__ = 'Stefan Kögl <stefan@skoegl.net>' -__version__ = '1.13' +__version__ = '1.14' __website__ = 'https://github.com/stefankoegl/python-json-pointer' __license__ = 'Modified BSD License' |