summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2014-07-21 17:23:59 +0200
committerBob Ippolito <bob@redivi.com>2014-07-21 17:23:59 +0200
commit46d42a5245607745eb39da83f0ca250d9c3eff52 (patch)
treee6d126c91b126d13772505206d4ce529b901efef
parent78441805700f1adccfeb4e454fa025e637b9a16b (diff)
downloadsimplejson-46d42a5245607745eb39da83f0ca250d9c3eff52.tar.gz
v3.6.0v3.6.0
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 235241a..83e979c 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.5.3'
+VERSION = '3.6.0'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: