summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshakefu <shakefu@gmail.com>2013-04-20 16:25:46 -0700
committershakefu <shakefu@gmail.com>2013-04-20 16:25:46 -0700
commitad58a553fbc921e76700bc9d252b6fddcc70f51a (patch)
tree615326c86ff91cb96b85aa82485216f626cfb6bd
parent65914193587e9fba07d12908b28f0a974a1572b9 (diff)
downloadsimplejson-ad58a553fbc921e76700bc9d252b6fddcc70f51a.tar.gz
Version bump to 3.2.0 for the hell of it.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7629444..7527632 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.2.0-dev'
+VERSION = '3.2.0'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: