summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2012-09-21 12:26:31 -0700
committerBob Ippolito <bob@redivi.com>2012-09-21 12:26:31 -0700
commit57d980277f8d1d6324904edd43e1a730572b64b6 (patch)
tree8523b159b9b8f66b3311dd42fbc23878b2a60b41 /setup.py
parent6f5ca6ba4d2f71958176756eac2ac7fe6ec62537 (diff)
downloadsimplejson-57d980277f8d1d6324904edd43e1a730572b64b6.tar.gz
export JSONEncoderForHTML (#41), bump to v2.6.2v2.6.2
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 b257890..f799e29 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
IS_PYPY = hasattr(sys, 'pypy_translation_info')
-VERSION = '2.6.1'
+VERSION = '2.6.2'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = open('README.rst', 'r').read()