From ffd125cd891b47c66b9eb18a04411c47aa880d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Wed, 18 Jul 2012 19:53:24 +0200 Subject: bump version to 0.4 Changes: * https://github.com/stefankoegl/python-json-patch/issues/4 --- jsonpatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jsonpatch.py') 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 ' -__version__ = '0.3' +__version__ = '0.4' __website__ = 'https://github.com/stefankoegl/python-json-patch' __license__ = 'Modified BSD License' -- cgit v1.2.1