diff options
| author | Stefan Kögl <stefan@skoegl.net> | 2013-10-13 15:12:07 +0200 |
|---|---|---|
| committer | Stefan Kögl <stefan@skoegl.net> | 2013-10-13 15:12:07 +0200 |
| commit | f37a2a57f5a0316b15c3751bba00d26823caa90c (patch) | |
| tree | cf8bd09055d2a66c3197a28af1b70cfcc8f9d97f | |
| parent | 979531d2e8f7411beb7a3dff13a46ad425660742 (diff) | |
| download | python-json-pointer-1.1.tar.gz | |
bump version to 1.1v1.1
| -rw-r--r-- | jsonpointer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpointer.py b/jsonpointer.py index 648a377..6d0e219 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.0' +__version__ = '1.1' __website__ = 'https://github.com/stefankoegl/python-json-pointer' __license__ = 'Modified BSD License' |
