summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2008-09-27 23:21:02 +0000
committerBob Ippolito <bob@redivi.com>2008-09-27 23:21:02 +0000
commit43c3bfa977e6b73f832d02b4ae9fc0c4123fdbd1 (patch)
tree5c310e0a2f6526ef1d936ef564f1dae08bbc0e2a /setup.py
parent0ae39e488c125942cb4c5828c10ab938f2f3c001 (diff)
downloadsimplejson-43c3bfa977e6b73f832d02b4ae9fc0c4123fdbd1.tar.gz
version bump
git-svn-id: http://simplejson.googlecode.com/svn/trunk@131 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 b84ec4d..ee69c25 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 = '2.0.0'
+VERSION = '2.0.1'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = """
simplejson is a simple, fast, complete, correct and extensible