bump version to 1.9

This commit is contained in:
Stefan Kögl 2014-11-03 18:49:46 +01:00
parent d07a8b9da1
commit 66c4fa4ba1
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,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.8'
__version__ = '1.9'
__website__ = 'https://github.com/stefankoegl/python-json-patch'
__license__ = 'Modified BSD License'