diff options
author | Stefan Kögl <stefan@skoegl.net> | 2017-10-26 13:31:50 +0200 |
---|---|---|
committer | Stefan Kögl <stefan@skoegl.net> | 2017-10-26 13:31:50 +0200 |
commit | 50d50051c30004b2e7b69e34e610e86fbf9114f5 (patch) | |
tree | 0725b9f34bd8e29c94226c20f3816997afa6a424 | |
parent | 13292bbf2ab9c3d7ed6dbffc6a2c095c9f6decd6 (diff) | |
download | python-json-pointer-1.13.tar.gz |
Bump version to 1.13v1.13
-rw-r--r-- | jsonpointer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpointer.py b/jsonpointer.py index 33095f7..097627f 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.12' +__version__ = '1.13' __website__ = 'https://github.com/stefankoegl/python-json-pointer' __license__ = 'Modified BSD License' |