summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2017-11-24 09:44:12 -0800
committerBob Ippolito <bob@redivi.com>2017-11-24 09:44:12 -0800
commit3cf08530a1be05cbaa80b167fe7f335b13cbc869 (patch)
treef897b6bcc7a15b17e96cddbe0da3c7a2909ce8b2 /setup.py
parent21bb1ebff80400309952a9353698802b762a4984 (diff)
downloadsimplejson-3cf08530a1be05cbaa80b167fe7f335b13cbc869.tar.gz
v3.13.2v3.13.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 9b9b9ee..754acfc 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
IS_PYPY = hasattr(sys, 'pypy_translation_info')
-VERSION = '3.13.1'
+VERSION = '3.13.2'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: