summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2013-10-05 11:55:47 -0700
committerBob Ippolito <bob@redivi.com>2013-10-05 11:55:47 -0700
commitd59550cc9bf62bca93b52480536e94707e789579 (patch)
tree190c34f98becdb613133fa6dec1e07f2c81ca1e5 /simplejson
parent475ef1c3b3a7a1bee8b9339336a077ce905ddc4f (diff)
downloadsimplejson-d59550cc9bf62bca93b52480536e94707e789579.tar.gz
update metadata for 3.3.1v3.3.1
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 7fc8153..759a86d 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.3.0'
+__version__ = '3.3.1'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',