summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2013-02-22 11:25:51 -0800
committerBob Ippolito <bob@redivi.com>2013-02-22 11:25:51 -0800
commitafa4fd25ca037c3ba4bb35aa99643715e1188ee0 (patch)
tree93c122e2516f0e496413786e355c4cf9d0aed26f /setup.py
parent062aa98fe19c9536b6ede4c0b84f5f3e6711b768 (diff)
downloadsimplejson-afa4fd25ca037c3ba4bb35aa99643715e1188ee0.tar.gz
Updated documentation to reflect separators behavior when indent is not None (#59)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9deb4ab..d0909ea 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
IS_PYPY = hasattr(sys, 'pypy_translation_info')
-VERSION = '3.1.1'
+VERSION = '3.1.2'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: