summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2017-11-24 09:18:20 -0800
committerBob Ippolito <bob@redivi.com>2017-11-24 09:18:20 -0800
commit42ec87d0a3c14b8d4536900868e6a95d96431672 (patch)
treefe1fd4cd4168088d9fc581f8d60197858769b860 /setup.py
parent518401fc950fb76848f9a170e3cfb35b5dfcfbff (diff)
downloadsimplejson-42ec87d0a3c14b8d4536900868e6a95d96431672.tar.gz
v3.13.1v3.13.1
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 dc3e378..9b9b9ee 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.0'
+VERSION = '3.13.1'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: