summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2011-05-08 12:04:36 -0600
committerBob Ippolito <bob@redivi.com>2011-05-08 12:04:36 -0600
commite27ec198ec6d28bd0d211939122523a781414318 (patch)
treeda417b2c383d896cf251a2a5d758cd72ce6547a9 /setup.py
parentef460026417ab8cd9d8fae615d4e9b9cc784ccf1 (diff)
downloadsimplejson-e27ec198ec6d28bd0d211939122523a781414318.tar.gz
Move docs to http://simplejson.readthedocs.org/ and update version to 2.1.7
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 d554f9c..b44fd7b 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
IS_PYPY = hasattr(sys, 'pypy_translation_info')
-VERSION = '2.1.6'
+VERSION = '2.1.7'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = open('README.rst', 'r').read()