summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2012-07-18 19:53:24 +0200
committerStefan Kögl <stefan@skoegl.net>2012-07-18 19:53:24 +0200
commitffd125cd891b47c66b9eb18a04411c47aa880d90 (patch)
tree62abf0084f9de669da37e0772ae5a98b3916788a
parentb5d7bc7f98cbfdd7b1fb7508f5e4e352083f15de (diff)
downloadpython-json-patch-0.4.tar.gz
bump version to 0.4v0.4
Changes: * https://github.com/stefankoegl/python-json-patch/issues/4
-rw-r--r--jsonpatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpatch.py b/jsonpatch.py
index b0c2faa..a08a761 100644
--- a/jsonpatch.py
+++ b/jsonpatch.py
@@ -35,7 +35,7 @@ http://tools.ietf.org/html/draft-pbryan-json-patch-04"""
# Will be parsed by setup.py to determine package metadata
__author__ = 'Stefan Kögl <stefan@skoegl.net>'
-__version__ = '0.3'
+__version__ = '0.4'
__website__ = 'https://github.com/stefankoegl/python-json-patch'
__license__ = 'Modified BSD License'