summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2014-11-03 18:48:50 +0100
committerStefan Kögl <stefan@skoegl.net>2014-11-03 18:48:50 +0100
commit490c7a25147b0674fc0234d0462726595bd4fd87 (patch)
treed5c43c514bf6897c08e09a52bcd0e913bc1b0217
parentff0fadf67bc1b05967633434c534c872c12e0267 (diff)
downloadpython-json-pointer-abcs.tar.gz
bump version to 1.5v1.5abcs
-rw-r--r--jsonpointer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpointer.py b/jsonpointer.py
index bac2e3c..ee7f266 100644
--- a/jsonpointer.py
+++ b/jsonpointer.py
@@ -41,7 +41,7 @@ except ImportError:
# Will be parsed by setup.py to determine package metadata
__author__ = 'Stefan Kögl <stefan@skoegl.net>'
-__version__ = '1.4'
+__version__ = '1.5'
__website__ = 'https://github.com/stefankoegl/python-json-pointer'
__license__ = 'Modified BSD License'