summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2008-09-13 02:45:55 +0000
committerBob Ippolito <bob@redivi.com>2008-09-13 02:45:55 +0000
commit184770f2941b7a6700142f05a75b3d56e95bfe1d (patch)
treebcd3022110feaf53f0f6771a53aee39e65e093d7 /setup.py
parent7f219a88ba4a73e3ea163cd43a980be515b53001 (diff)
downloadsimplejson-184770f2941b7a6700142f05a75b3d56e95bfe1d.tar.gz
bump version, merge some changes from Python trunk _json
git-svn-id: http://simplejson.googlecode.com/svn/trunk@99 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 d9fb529..e37eb6c 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.9.2'
+VERSION = '1.9.3'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = """
simplejson is a simple, fast, complete, correct and extensible