summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Tkach <igor.tkach@percolate.com>2019-07-22 15:14:25 -0400
committerIgor Tkach <igor.tkach@percolate.com>2019-07-22 15:14:25 -0400
commit53817c04a1c0e0cbaa47168c494c1d5b9bcdd94d (patch)
treebdbf0f96eade33297c44cd8747fa077260f18ea1
parentb5141ab7c243247b7ac68b9dc3772debb99cc2d5 (diff)
downloadpython-json-patch-53817c04a1c0e0cbaa47168c494c1d5b9bcdd94d.tar.gz
bump version
-rw-r--r--jsonpatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpatch.py b/jsonpatch.py
index d1c41ab..8ec01d3 100644
--- a/jsonpatch.py
+++ b/jsonpatch.py
@@ -56,7 +56,7 @@ except ImportError:
# Will be parsed by setup.py to determine package metadata
__author__ = 'Stefan Kögl <stefan@skoegl.net>'
-__version__ = '1.23'
+__version__ = '1.24'
__website__ = 'https://github.com/stefankoegl/python-json-patch'
__license__ = 'Modified BSD License'