summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2006-07-15 04:07:17 +0000
committerBob Ippolito <bob@redivi.com>2006-07-15 04:07:17 +0000
commit4f4ffa4cf8b8cefb4edaac2430e0dae7b00c7d02 (patch)
tree83bdec0543076c4b8af435ccfb652a21f5160acc /setup.py
parentf92ad76613d9bac57047c8096b5dccc1670d9720 (diff)
downloadsimplejson-4f4ffa4cf8b8cefb4edaac2430e0dae7b00c7d02.tar.gz
indent feature
git-svn-id: http://simplejson.googlecode.com/svn/trunk@29 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 16a2b55..7e9fb74 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ ez_setup.use_setuptools()
from setuptools import setup, find_packages
-VERSION = '1.3'
+VERSION = '1.4'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = """
simplejson is a simple, fast, complete, correct and extensible