diff options
author | Stefan Kögl <stefan@skoegl.net> | 2021-03-13 19:54:24 +0100 |
---|---|---|
committer | Stefan Kögl <stefan@skoegl.net> | 2021-03-13 19:54:24 +0100 |
commit | 7d146bd7caf196bd04b44bdb6d395e91256fa88c (patch) | |
tree | 2989cec2269eecd899bbab679de730c76baa685c /jsonpointer.py | |
parent | 17f004d5682becb2734d1f3e5473a99090989015 (diff) | |
download | python-json-pointer-2.1.tar.gz |
Bump version to 2.1v2.1
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 5bbf7de..29b4c80 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.0' +__version__ = '2.1' __website__ = 'https://github.com/stefankoegl/python-json-pointer' __license__ = 'Modified BSD License' |