summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2011-11-18 16:57:10 -0800
committerBob Ippolito <bob@redivi.com>2011-11-18 16:57:10 -0800
commit205ec293aa75538599c47692c18c048b80ed0d3e (patch)
tree5eebbf0e7725f733c422ff19803c6cc8a9d32513 /setup.py
parent6aeb8f5963b9e683c6473766fef66875f6fcf40e (diff)
downloadsimplejson-205ec293aa75538599c47692c18c048b80ed0d3e.tar.gz
bump version to 2.3.0
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 c54f39c..534c333 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.2.1'
+VERSION = '2.3.0'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = open('README.rst', 'r').read()