diff options
| author | Stefan Kögl <stefan@skoegl.net> | 2011-09-17 10:49:38 +0200 |
|---|---|---|
| committer | Stefan Kögl <stefan@skoegl.net> | 2011-09-17 10:49:38 +0200 |
| commit | 521640a95b414fb2f12abffe77ccb6b60db7c87d (patch) | |
| tree | bdf68aa9f66ea8cb040a2cac164a03e8d85a28e7 | |
| parent | b5725dd891967d779bfb3879a6266b19a324db60 (diff) | |
| download | python-json-patch-0.2.tar.gz | |
bump version to 0.2v0.2
| -rw-r--r-- | jsonpatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpatch.py b/jsonpatch.py index c6460b7..2eb3b9a 100644 --- a/jsonpatch.py +++ b/jsonpatch.py @@ -34,7 +34,7 @@ # Will be parsed by setup.py to determine package metadata __author__ = 'Stefan Kögl <stefan@skoegl.net>' -__version__ = '0.1' +__version__ = '0.2' __website__ = 'https://github.com/stefankoegl/python-json-patch' __license__ = 'Modified BSD License' |
