summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2017-11-23 13:22:11 -0800
committerBob Ippolito <bob@redivi.com>2017-11-23 13:22:16 -0800
commit83c36e41df1f3187e7aaabd88453f2f03c1b803b (patch)
treea304735ae055c98af5a3b447737f4c9ed80e1ce8 /simplejson
parent5b74a43375bb2597b047e546d6cab778100d1861 (diff)
downloadsimplejson-83c36e41df1f3187e7aaabd88453f2f03c1b803b.tar.gz
Update version, add *.pyd to gitignore
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 3741f1f..32a4875 100644
--- a/simplejson/__init__.py
+++ b/simplejson/__init__.py
@@ -97,7 +97,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.12.1'
+__version__ = '3.12.2'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',