summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2007-10-22 01:13:52 +0000
committerBob Ippolito <bob@redivi.com>2007-10-22 01:13:52 +0000
commit1a7035f18fdb435a0d645f8a202d8b1ecf9c1bef (patch)
tree392f19c044dbcb51b96e84f53881a6ffd618b670 /setup.py
parentfc29185b6b19796284ed0ce7f7f7451ba197aef4 (diff)
downloadsimplejson-1a7035f18fdb435a0d645f8a202d8b1ecf9c1bef.tar.gz
fix windows build
git-svn-id: http://simplejson.googlecode.com/svn/trunk@57 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 5b0c57f..787df74 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ from setuptools import setup, find_packages, Extension, Feature
from distutils.command.build_ext import build_ext
from distutils.errors import CCompilerError
-VERSION = '1.7.3'
+VERSION = '1.7.4'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = """
simplejson is a simple, fast, complete, correct and extensible