summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2011-04-17 10:06:15 -0700
committerBob Ippolito <bob@redivi.com>2011-04-17 10:06:15 -0700
commit4ca8efd1e78135f01ab921c6f8319133cb0f0c00 (patch)
tree7497a800675c7a06e35d4f88a5704d712d6f7b97 /setup.py
parent9edd8ff0a9ff197035085332deaa1e00eed93cfc (diff)
downloadsimplejson-4ca8efd1e78135f01ab921c6f8319133cb0f0c00.tar.gz
change version number to 2.1.5
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 bf38479..e2e1cac 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.4'
+VERSION = '2.1.5'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = open('README.rst', 'r').read()