summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2016-10-28 17:25:09 +0800
committerBob Ippolito <bob@redivi.com>2016-10-28 17:25:09 +0800
commitdd0f99d6431b5e75293369f5554a1396f8ae6251 (patch)
tree47c875fd61c3c9a1f1c9f56fb535ff68dae82ff5 /setup.py
parent392e2e7b51635b060dafdb4a08c130fa26421685 (diff)
downloadsimplejson-dd0f99d6431b5e75293369f5554a1396f8ae6251.tar.gz
Bump version, update changelog, fix issues identified in code review of #143
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 b24fe7d..ade96fa 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.9.0'
+VERSION = '3.10.0'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: