From b7981159afe8547c3d5aa50ef427eb7162d6b1e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Fri, 20 Mar 2026 22:36:28 +0100 Subject: [PATCH] release v3.1.0 --- jsonpointer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonpointer.py b/jsonpointer.py index d64d729..18e4938 100644 --- a/jsonpointer.py +++ b/jsonpointer.py @@ -32,7 +32,7 @@ # Will be parsed by setup.py to determine package metadata __author__ = 'Stefan Kögl ' -__version__ = '3.0.0' +__version__ = '3.1.0' __website__ = 'https://github.com/stefankoegl/python-json-pointer' __license__ = 'Modified BSD License'