From 35f4f2e8d71124cc5d8dc726542895fa50048b00 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20K=C3=B6gl?= <stefan@skoegl.net>
Date: Thu, 4 Nov 2021 13:23:13 +0000
Subject: [PATCH] Bump version to 2.2

---
 jsonpointer.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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'
 
-- 
GitLab