summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2014-09-29 14:07:14 -0700
committerBob Ippolito <bob@redivi.com>2014-09-29 14:07:14 -0700
commit77437f037f99e9df49dab740b32bdb20af93af44 (patch)
tree75b07ba998753a3a1bbc407ebe54717ca85afa7c /simplejson
parentc510dd0285bbce594fd772b462eb859a39bf4a9f (diff)
downloadsimplejson-77437f037f99e9df49dab740b32bdb20af93af44.tar.gz
update version for v3.6.4
Diffstat (limited to 'simplejson')
-rw-r--r--simplejson/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/simplejson/__init__.py b/simplejson/__init__.py
index 1dd5a71..cbb5b34 100644
--- a/simplejson/__init__.py
+++ b/simplejson/__init__.py
@@ -98,7 +98,7 @@ Using simplejson.tool from the shell to validate and pretty-print::
Expecting property name: line 1 column 3 (char 2)
"""
from __future__ import absolute_import
-__version__ = '3.6.3'
+__version__ = '3.6.4'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',