diff options
author | Stefan Kögl <stefan@skoegl.net> | 2021-11-04 13:23:13 +0000 |
---|---|---|
committer | Stefan Kögl <stefan@skoegl.net> | 2021-11-04 13:23:13 +0000 |
commit | 35f4f2e8d71124cc5d8dc726542895fa50048b00 (patch) | |
tree | af2cd8310491f8d61930a3b2fd2e4985ffe13a83 | |
parent | 896102d605605ec0f48e26bafb54fb591be66ede (diff) | |
download | python-json-pointer-2.2.tar.gz |
Bump version to 2.2v2.2
-rw-r--r-- | jsonpointer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpointer.py b/jsonpointer.py index 53191ef..3a071cd 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__ = '2.1' +__version__ = '2.2' __website__ = 'https://github.com/stefankoegl/python-json-pointer' __license__ = 'Modified BSD License' |