summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2021-03-02 21:25:16 +0100
committerStefan Kögl <stefan@skoegl.net>2021-03-02 21:25:16 +0100
commitdbea3db33298da4ec41197b07612c42580e132e4 (patch)
tree94553044a70453659dbcc0e647194031ab477c16
parent25762afe94ce465c05465a763f27e879e1523819 (diff)
downloadpython-json-patch-dbea3db33298da4ec41197b07612c42580e132e4.tar.gz
Fix version number v1.30v1.30
-rw-r--r--jsonpatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpatch.py b/jsonpatch.py
index b4ff24b..429d40b 100644
--- a/jsonpatch.py
+++ b/jsonpatch.py
@@ -61,7 +61,7 @@ except ImportError:
# Will be parsed by setup.py to determine package metadata
__author__ = 'Stefan Kögl <stefan@skoegl.net>'
-__version__ = '1.28'
+__version__ = '1.30'
__website__ = 'https://github.com/stefankoegl/python-json-patch'
__license__ = 'Modified BSD License'