bump version to 1.6

This commit is contained in:
Stefan Kögl 2014-06-24 20:36:06 +02:00
parent a2e51fb518
commit b14c0890df
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ from jsonpointer import JsonPointer, JsonPointerException
# Will be parsed by setup.py to determine package metadata
__author__ = 'Stefan Kögl <stefan@skoegl.net>'
__version__ = '1.5'
__version__ = '1.6'
__website__ = 'https://github.com/stefankoegl/python-json-patch'
__license__ = 'Modified BSD License'