summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2008-03-25 02:43:59 +0000
committerBob Ippolito <bob@redivi.com>2008-03-25 02:43:59 +0000
commit8b57d87e276c6031457873847d96542294a34cfe (patch)
tree95043462692ff35026b7a3679c2698db00266b4e /setup.py
parent5d360053b7b6483978a82852dd7032bc30deaf97 (diff)
downloadsimplejson-8b57d87e276c6031457873847d96542294a34cfe.tar.gz
bump version, resolve http://code.google.com/p/simplejson/issues/detail?id=3
git-svn-id: http://simplejson.googlecode.com/svn/trunk@80 a4795897-2c25-0410-b006-0d3caba88fa1
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 7fbd436..082023f 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ from distutils.command.build_ext import build_ext
from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
-VERSION = '1.8.1'
+VERSION = '1.8.2'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = """
simplejson is a simple, fast, complete, correct and extensible