summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2015-07-18 14:46:24 -0700
committerBob Ippolito <bob@redivi.com>2015-07-18 14:46:24 -0700
commita37a9bdb821ea94bc5e566fe9f6db2029df39447 (patch)
tree3d10596e567f9e3a0eb9d2c10ada173d70239eca /setup.py
parenta9e5e7256c9fb27126813c9430be1dab5f27f7ba (diff)
downloadsimplejson-a37a9bdb821ea94bc5e566fe9f6db2029df39447.tar.gz
clean up iterable_as_array for 3.8.0v3.8.0
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 98982db..8106054 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.7.4'
+VERSION = '3.8.0'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: