bump version to 0.7

This commit is contained in:
Stefan Kögl
2012-10-05 09:14:18 +02:00
parent aa7ee98879
commit 8c434985ab

View File

@@ -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 <stefan@skoegl.net>'
__version__ = '0.6'
__version__ = '0.7'
__website__ = 'https://github.com/stefankoegl/python-json-patch'
__license__ = 'Modified BSD License'