summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2013-01-01 15:15:58 -0800
committerBob Ippolito <bob@redivi.com>2013-01-01 15:50:49 -0800
commit1deb43541905587b1b5014e03db78fce0adb2b58 (patch)
tree33cba737a89042efd8d496f87df8bd383b7e4f45 /setup.py
parent475ed56641128bbac0c14bcab838485ce863d318 (diff)
downloadsimplejson-1deb43541905587b1b5014e03db78fce0adb2b58.tar.gz
bump to 3.0.3, fix bugsv3.0.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 78c9bcc..9e55a9b 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 = '3.0.2'
+VERSION = '3.0.3'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = open('README.rst', 'r').read()