summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2014-08-18 12:55:46 -0700
committerBob Ippolito <bob@redivi.com>2014-08-18 12:55:46 -0700
commit2e83d7cc9388678ef750f7ccfa30947eed47e73d (patch)
tree2a49f303310e58c64dd7a6ce4e20f8de7302d33e /setup.py
parentbaf6d6445c289f5d7eb5dbb14de65de48fbf56ad (diff)
downloadsimplejson-2e83d7cc9388678ef750f7ccfa30947eed47e73d.tar.gz
documentation about key limitations in JSON per #103v3.6.3
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 e2f5ee6..31237bf 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.6.2'
+VERSION = '3.6.3'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: