diff options
| author | Stefan Kögl <stefan@skoegl.net> | 2021-03-02 21:25:16 +0100 |
|---|---|---|
| committer | Stefan Kögl <stefan@skoegl.net> | 2021-03-02 21:25:16 +0100 |
| commit | dbea3db33298da4ec41197b07612c42580e132e4 (patch) | |
| tree | 94553044a70453659dbcc0e647194031ab477c16 /jsonpatch.py | |
| parent | 25762afe94ce465c05465a763f27e879e1523819 (diff) | |
| download | python-json-patch-1.30.tar.gz | |
Fix version number v1.30v1.30
Diffstat (limited to 'jsonpatch.py')
| -rw-r--r-- | jsonpatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpatch.py b/jsonpatch.py index b4ff24b..429d40b 100644 --- a/jsonpatch.py +++ b/jsonpatch.py @@ -61,7 +61,7 @@ except ImportError: # Will be parsed by setup.py to determine package metadata __author__ = 'Stefan Kögl <stefan@skoegl.net>' -__version__ = '1.28' +__version__ = '1.30' __website__ = 'https://github.com/stefankoegl/python-json-patch' __license__ = 'Modified BSD License' |
