summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2013-04-05 12:23:53 -0700
committerBob Ippolito <bob@redivi.com>2013-04-05 12:23:53 -0700
commitceb0f979b1c4bd40e7940637f93ddc59b441a532 (patch)
tree126bc80e2f48bbf25a1d3feff5b612dfd577b3a3 /setup.py
parentcd05883e357f481d2eefc06a3367d18b1054e4af (diff)
downloadsimplejson-ceb0f979b1c4bd40e7940637f93ddc59b441a532.tar.gz
v3.1.3 - docs update to discourage subclassing
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 d0909ea..d85eec9 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.2'
+VERSION = '3.1.3'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: