From ada0cade3bcd21d5726dd701d092c7d0d1ce8c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Mon, 23 Mar 2026 23:35:49 +0100 Subject: [PATCH] bump version to 3.1.1 --- jsonpointer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonpointer.py b/jsonpointer.py index 628e964..2285ffc 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.1.0' +__version__ = '3.1.1' __website__ = 'https://github.com/stefankoegl/python-json-pointer' __license__ = 'Modified BSD License'