summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2017-11-23 13:52:00 -0800
committerBob Ippolito <bob@redivi.com>2017-11-23 13:52:00 -0800
commit47bb9950941aed34aef4fcad3fd20a2585c696f2 (patch)
treedda702219b4e599c445aa74c1074cb237ff9d409 /setup.py
parent0fd73bc8c6ad200754cce837ba8c97715e95ee25 (diff)
downloadsimplejson-47bb9950941aed34aef4fcad3fd20a2585c696f2.tar.gz
Ensure that encoding text subtypes is consistent with or without speedups. Fixes #185
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 ce68318..feb29d9 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
IS_PYPY = hasattr(sys, 'pypy_translation_info')
-VERSION = '3.12.2'
+VERSION = '3.13.0'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: