bump version to 1.13

This commit is contained in:
Stefan Kögl 2016-02-13 19:00:29 +01:00
parent 9ce8487179
commit b15d8f1ec1
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.12'
__version__ = '1.13'
__website__ = 'https://github.com/stefankoegl/python-json-patch'
__license__ = 'Modified BSD License'