From 8c434985ab76c5cea93b2bd3f5fb76e983c55719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Fri, 5 Oct 2012 09:14:18 +0200 Subject: [PATCH] bump version to 0.7 --- jsonpatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonpatch.py b/jsonpatch.py index 46649ff..cb2a9a7 100644 --- a/jsonpatch.py +++ b/jsonpatch.py @@ -35,7 +35,7 @@ http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-05""" # Will be parsed by setup.py to determine package metadata __author__ = 'Stefan Kögl ' -__version__ = '0.6' +__version__ = '0.7' __website__ = 'https://github.com/stefankoegl/python-json-patch' __license__ = 'Modified BSD License'