summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2013-01-01 13:37:34 -0800
committerBob Ippolito <bob@redivi.com>2013-01-01 13:37:34 -0800
commited84084a51367a4731f80794b062f54365ac9c59 (patch)
treee1c9516a3c1df2b76ae08063853e04e7130f976d /setup.py
parent03396cb26b6165814150461ec9f49343c151d862 (diff)
downloadsimplejson-ed84084a51367a4731f80794b062f54365ac9c59.tar.gz
bump to 3.0.2, fix Py_EnterRecusiveCall/Py_LeaveRecursiveCall balance from 3.0.1v3.0.2
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 3f45697..78c9bcc 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
IS_PYPY = hasattr(sys, 'pypy_translation_info')
-VERSION = '3.0.1'
+VERSION = '3.0.2'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = open('README.rst', 'r').read()